a94d723bdfba8b05ea3cdca90eb91b85c899753a
Docker Backup Scripts
Simple shell scripts for backing up Docker-related data and pruning old backups.
Files
docker-backup.sh- create backupsdockerbackup_prune.sh- prune old backupscontainers.txt- list of containers or backup targets.env.example- example environment file
Setup
Copy the example env file and edit it for your system:
cp .env.example .env
Description
Languages
Shell
100%