admin 4a318c8e97 removed quotation marks around .backupignore vor 5 Jahren
..
data 9a02d3a622 moved crontab to env vor 5 Jahren
.env.template 4a318c8e97 removed quotation marks around .backupignore vor 5 Jahren
.gitignore eba7e41477 added .backupignore for cache vor 5 Jahren
README.md a6adabf84b initial vor 5 Jahren
docker-compose.yml fbe8acb388 updated variable naming vor 5 Jahren

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