ZettaIO / restic-compose-backup

Automatic restic backup of a docker-compose setup. https://hub.docker.com/r/zettaio/restic-compose-backup
MIT License
29 stars 16 forks source link

Run `restic check` after prune #10

Closed einarf closed 4 years ago

einarf commented 4 years ago

"It is advisable to run restic check after pruning, to make sure you are alerted, should the internal data structures of the repository be damaged."

restic check might send a non-zero return code if something is wrong?

einarf commented 4 years ago

Fixed