1 Commits
0.0.1 ... 0.0.2

Author SHA1 Message Date
32fcee4abf Add stats print at end of script 2026-02-16 19:46:04 +00:00

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."