Add stats print at end of script

This commit is contained in:
2026-02-16 19:46:04 +00:00
parent 68ab39013a
commit 32fcee4abf

View File

@@ -56,4 +56,8 @@ fi
echo "--- 5. Cache Cleanup ---"
run_restic cache --cleanup
# -- 7. Stats --
echo "--- 6. Stats ---"
run_restic stats
echo "Backup process completed successfully."