Answered step by step
Verified Expert Solution
Question
1 Approved Answer
#! /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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started