Initial commit

This commit is contained in:
2026-04-20 12:59:34 +12:00
commit a94d723bdf
6 changed files with 816 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# Docker Backup Scripts
Simple shell scripts for backing up Docker-related data and pruning old backups.
## Files
- `docker-backup.sh` - create backups
- `dockerbackup_prune.sh` - prune old backups
- `containers.txt` - list of containers or backup targets
- `.env.example` - example environment file
## Setup
Copy the example env file and edit it for your system:
```bash
cp .env.example .env