Day 9 Task: Shell Scripting Challenge Directory Backup with Rotation
TASK: Create a bash script that takes a directory path as a command-line argument and performs a backup of the directory. The script should create timestamped backup folders and copy all the files from the specified directory into the backup folder. ...



