admin eba7e41477 added .backupignore for cache | vor 5 Jahren | |
---|---|---|
.. | ||
data | vor 5 Jahren | |
.env.template | vor 5 Jahren | |
.gitignore | vor 5 Jahren | |
README.md | vor 5 Jahren | |
docker-compose.yml | vor 5 Jahren |
This docker-compose.yml
file runs Restic backup as per crontab.txt
with parameters set in .env
using the restic/restic.
cp .env.template .env
vi .env
vi ./data/restic/crontab.txt
docker-compose up -d
docker logs restic -f