Question: Program Description Write a BASH script which will backup a directory, keeping only the last N days of backups (default 5). Your script should be

Program Description Write a BASH script which will backup a directory, keeping only the last N days of backups (default 5). Your script should be able to change this value via the command-line. Complete the following tasks: 1. Obtain the name of the directory from the command line as a required parameter. 2. Check for an optional switch and parameter (-t
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
