Faizan Shaikhfaizanshaikh.hashnode.dev·Oct 13, 2024Day 9 Task: Shell Scripting Challenge Directory Backup with RotationThe 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...76 readsrotationbackupAdd a thoughtful commentNo comments yetBe the first to start the conversation.