Question: #! /bin/bash BACKUPTIME='date +%m-%d-%y' DESTINATION=/home/usr/path/backup/-$BACKUPTIME.tar.gz SOURCEFOLDER=/home/usr/path/data_folder tar-cpzf this shell script doesnt work on the terminal so can you fix it . this code is used
#! /bin/bash
BACKUPTIME='date +%m-%d-%y'
DESTINATION=/home/usr/path/backup/-$BACKUPTIME.tar.gz
SOURCEFOLDER=/home/usr/path/data_folder
tar-cpzf
this shell script doesnt work on the terminal so can you fix it . this code is used to backup a file so please correct the above shell script or redo another one . its unix operating system
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
