Day 9 of #90DaysOfDevOps Challenge: Directory Backup with Rotation Script
Today’s task for my #90DaysOfDevOps challenge was to create a simple bash script that backs up a folder and keeps only the latest 3 backups. I’ll explain the challenge, why it’s important, and how you can easily implement it. What is the Task? The ta...
Oct 13, 20244 min read5

