README.md 531 B

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