mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-11-23 16:02:29 +00:00
Indicate we might want to run check with --with-cache
This commit is contained in:
@@ -87,6 +87,7 @@ def prune(repository: str):
|
|||||||
def check(repository: str):
|
def check(repository: str):
|
||||||
return commands.run(restic(repository, [
|
return commands.run(restic(repository, [
|
||||||
"check",
|
"check",
|
||||||
|
# "--with-cache",
|
||||||
]))
|
]))
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user