From 32fcee4abf8f6fb61516d95b33e24ff5df9af543 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 16 Feb 2026 19:46:04 +0000 Subject: [PATCH] Add stats print at end of script --- scripts/restic.bash | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/restic.bash b/scripts/restic.bash index cb98db8..8f3b9b0 100644 --- a/scripts/restic.bash +++ b/scripts/restic.bash @@ -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." \ No newline at end of file