2019-04-13 17:04:54 +00:00
|
|
|
|
|
|
|
# restic-volume-backup
|
|
|
|
|
|
|
|
*WORK IN PROGRESS*
|
|
|
|
|
|
|
|
Backup using using https://restic.net/ for a docker-compose setup.
|
|
|
|
|
2019-04-13 21:12:56 +00:00
|
|
|
Automatically detects and backs up volumes in a docker-compose setup.
|
|
|
|
This includes both host mapped volumes and actual docker volumes.
|
2019-04-13 17:04:54 +00:00
|
|
|
|
|
|
|
* Cron triggers backup
|
|
|
|
* Volumes for all running containers are backed up
|
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
2019-04-13 18:12:25 +00:00
|
|
|
```bash
|
|
|
|
RESTIC_REPOSITORY
|
|
|
|
RESTIC_PASSWORD
|
|
|
|
```
|