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
  2. Edit the script to include services that need to be shut down, prior to backup.
  3. Add any extra volumes to backup.
  4. Make script executable chmod +x docker-backup.sh
  5. Run the script sudo ./docker-backup.sh
Description
A script template to backup docker volumes on the servers.
Readme MIT 54 KiB
Languages
Shell 100%