Fauzeyafauzeya.hashnode.dev·Oct 28, 2024Day 9 Shell Scripting Challenge Directory Backup with Rotation📂🔄Task: Shell Scripting Challenge - Directory Backup with Rotation. This script will create timestamped backups of a specified directory and manage the backups by keeping only the last three. Backup Script: vim backup_with_rotation.sh #!/bin/bash << r...2 likes·28 reads#90daysofdevopsAdd a thoughtful commentNo comments yetBe the first to start the conversation.