toastie89 fcb7b53cb7 added volume for cache 4 years ago
..
data 6f27804818 fixed wrong path 4 years ago
.env.template 63da2489ab added TZ 4 years ago
.gitignore a6adabf84b initial 4 years ago
README.md a6adabf84b initial 4 years ago
docker-compose.yml fcb7b53cb7 added volume for cache 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