1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Show snapshots at end

This commit is contained in:
Mo 2022-07-01 23:33:13 +02:00
parent c6d687367d
commit a358937f22

View file

@ -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()