14 lines
401 B
Markdown
14 lines
401 B
Markdown
# backup
|
|
|
|
A script template to backup docker volumes on the servers.
|
|
|
|
## Usage
|
|
|
|
1. Download the script `wget https://git.housh.dev/homelab/backup/raw/branch/main/docker-backup.sh`
|
|
1. Edit the script to include services that need to be shut down, prior to
|
|
backup.
|
|
1. Add any extra volumes to backup.
|
|
1. Make script executable `chmod +x docker-backup.sh`
|
|
1. Run the script `sudo ./docker-backup.sh`
|
|
|