A powerful multi-script automation suite built to simplify DevOps workflows — combining
intelligent file management, Docker monitoring,
email notifications, and SSL auto-renewal into one cohesive toolkit.
root@automation:~# ./backup.sh
Scanning /var/www/html ...
Compressing data → backup_$(date +%F).tar.gz
Uploading to /mnt/backups
root@automation:~# ./docker-monitor.sh
Checking containers...
container ‘odoo_web’ restarted automatically
Email sent to durgeshgupt.dg@gmail.com
root@automation:~# ./renew_ssl.sh --all
Renewed 5 domains successfully via Certbot
Next check scheduled: 30 days
root@automation:~#