diff --git a/src/restic_compose_backup/restic.py b/src/restic_compose_backup/restic.py index c1b2410..1281a95 100644 --- a/src/restic_compose_backup/restic.py +++ b/src/restic_compose_backup/restic.py @@ -87,6 +87,7 @@ def prune(repository: str): def check(repository: str): return commands.run(restic(repository, [ "check", + # "--with-cache", ]))