mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-09-27 22:25:24 +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):
|
||||
return commands.run(restic(repository, [
|
||||
"check",
|
||||
# "--with-cache",
|
||||
]))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user