This commit is contained in:
Einar Forselv
2019-04-13 19:04:54 +02:00
commit a3cdb38239
11 changed files with 280 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# restic-volume-backup
*WORK IN PROGRESS*
Backup using using https://restic.net/ for a docker-compose setup.
Backs up all docker volumes. This includes both host mapped volumes and actual docker volumes.
* Cron triggers backup
* Volumes for all running containers are backed up
## Configuration
TODO