toastie89 7ef105afce added prometheus pushgateway exporter | 2 years ago | |
---|---|---|
.. | ||
data | 2 years ago | |
.env.template | 4 years ago | |
.gitignore | 4 years ago | |
Dockerfile | 2 years ago | |
README.md | 4 years ago | |
docker-compose.yml | 2 years ago |
This docker-compose.yml
file runs Restic backup as per crontab.txt
with parameters set in .env
using the restic/restic image.
cp .env.template .env
vi .env
docker-compose up -d
docker logs restic -f
/ # restic ls
Fatal: Invalid arguments, either give one or more snapshot IDs or set filters.
/ # restic snapshots
repository 276b6a79 opened successfully, password is correct
ID Time Host Tags Paths
------------------------------------------------------------------
e70bd81a 2020-01-05 23:39:20 restic /mnt/source
d629a178 2020-01-06 20:20:06 restic /mnt/source
------------------------------------------------------------------
2 snapshots
restic diff e70bd81a d629a178