ReadySteady
New Member
Hi guys,
New to Linux. Taking it for the very first time this semester and have gotten through it pretty okay for the most part. Stuck on a certain part for a lab assignment. Would greatly appreciate your assistance. Stuck on this part of the lab:
-Add a tar command to the file that creates a full backup of everything in your filesystem except the /text directory to a file called /test/backup.dat
-Redirect the standard output from this command to a file called /test/backuplog.txt. Redirect the standard error from this command to a file called /test/errlog.txt
- Make the backup.sh file executable
-Create a cron command that runs the backup.sh file once a week on 12:00 AM on Sunday
I would appreciate any help offered. Thank you in advance.
New to Linux. Taking it for the very first time this semester and have gotten through it pretty okay for the most part. Stuck on a certain part for a lab assignment. Would greatly appreciate your assistance. Stuck on this part of the lab:
-Add a tar command to the file that creates a full backup of everything in your filesystem except the /text directory to a file called /test/backup.dat
-Redirect the standard output from this command to a file called /test/backuplog.txt. Redirect the standard error from this command to a file called /test/errlog.txt
- Make the backup.sh file executable
-Create a cron command that runs the backup.sh file once a week on 12:00 AM on Sunday
I would appreciate any help offered. Thank you in advance.