Day 9 Task: Shell Scripting Challenge Directory Backup with Rotation
The script will create timestamped backups and retain only the last 3 backups by deleting the older ones. Let’s call it backup_with_rotation.sh: vim backup_with_rotation.sh : #!/bin/bash << readme This is script for backup with 3 day rotation Useag...












