Indicate we might want to run check with --with-cache

This commit is contained in:
Einar Forselv 2019-12-08 04:50:33 +01:00
parent 5eb773eb34
commit fa14880742
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ def prune(repository: str):
def check(repository: str):
return commands.run(restic(repository, [
"check",
# "--with-cache",
]))