add support to cleanup cache

This commit is contained in:
nd 2021-03-27 12:57:26 +01:00
parent 8fa36ec049
commit d01de238a7
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9

View file

@ -5,7 +5,7 @@ set -euo pipefail
# restic backend
source /etc/backup-client/restic.env
restic check --read-data
restic check --read-data --cleanup-cache
{% endif %}