admin 9a02d3a622 moved crontab to env 5 年 前
..
data 9a02d3a622 moved crontab to env 5 年 前
.env.template 9a02d3a622 moved crontab to env 5 年 前
.gitignore eba7e41477 added .backupignore for cache 5 年 前
README.md a6adabf84b initial 5 年 前
docker-compose.yml fbe8acb388 updated variable naming 5 年 前

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