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