Toastie 73776aa649 fixed typo in RESTIC__BACKUP_FOLDERS 4 years ago
..
data a35f3ef0c6 added comments and improved variable naming 4 years ago
.env.template 73776aa649 fixed typo in RESTIC__BACKUP_FOLDERS 4 years ago
.gitignore 89db70fc90 added volume for cache 4 years ago
README.md a6adabf84b initial 4 years ago
docker-compose.yml fbe8acb388 updated variable naming 4 years ago

README.md

Restic

This docker-compose.yml file runs Restic backup as per crontab.txt with parameters set in .env using the restic/restic.

Setup your config

cp .env.template .env
vi .env

Adjust the timing

vi ./data/restic/crontab.txt

Run the container

docker-compose up -d
docker logs restic -f

References