dc2137bafe01b5322677830aed23522fec33b4ba
backup
A script template to backup docker volumes on the servers.
Usage
- Download the script
wget https://git.housh.dev/homelab/backup/raw/branch/main/docker-backup.sh - Edit the script to include services that need to be shut down, prior to backup.
- Add any extra volumes to backup.
- Make script executable
chmod +x docker-backup.sh - Run the script
sudo ./docker-backup.sh
Languages
Shell
100%