Minimal project to:
- Generate logs in a Docker volume
- Backup the volume
- Docker installed
docker-volume-backup/
├── backup.sh
├── start-log-generator.sh
├── archive/
└── README.md
./start-log-generator.shCreates a container that writes a sample log into the volume.
./backup.shBackups are stored in:
./archive/
- Backup uses
tar.gz - Volume is mounted read-only during backup