Toastie 3ce4711e40 added config help 4 years ago
..
data 3ce4711e40 added config help 4 years ago
.env.template a6adabf84b initial 4 years ago
.gitignore a6adabf84b initial 4 years ago
README.md a6adabf84b initial 4 years ago
docker-compose.yml a6adabf84b initial 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