disable cache for local repos
This commit is contained in:
parent
eed938b1b1
commit
f0a5477790
5 changed files with 6 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ source /etc/backup-client/retention.env
|
|||
# restic backend
|
||||
source /etc/backup-client/restic.env
|
||||
restic forget \
|
||||
--cleanup-cache \
|
||||
--cleanup-cache {% if not backup_restic_cache %} --no-cache{% endif %} \
|
||||
--verbose \
|
||||
--prune \
|
||||
--group-by "host,paths,tags" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue