diff --git a/.scripts/restic.py b/.scripts/restic.py index 523fff1..3cb321a 100644 --- a/.scripts/restic.py +++ b/.scripts/restic.py @@ -114,6 +114,8 @@ def backup(env): def post_backup(env): run("restic check", env=env, check=True) + run("restic snapshots --compact", env=env) + def main(): env = pre_backup()