Indicate we might want to run check with --with-cache
This commit is contained in:
parent
5eb773eb34
commit
fa14880742
|
@ -87,6 +87,7 @@ def prune(repository: str):
|
|||
def check(repository: str):
|
||||
return commands.run(restic(repository, [
|
||||
"check",
|
||||
# "--with-cache",
|
||||
]))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue