Toastie c43348c681 restic args and folder to include 4 years ago
..
data c43348c681 restic args and folder to include 4 years ago
.env.template c43348c681 restic args and folder to include 4 years ago
.gitignore 89db70fc90 added volume for cache 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