added status

This commit is contained in:
2026-03-25 01:54:51 +00:00
parent ce1eed3b8b
commit 3cc2796caa
2 changed files with 38 additions and 8 deletions
+7
View File
@@ -32,6 +32,13 @@ RETRY_COUNT=${PROFILE_RETRY_COUNT[$PROFILE_NAME]:-$RETRY_COUNT}
SLEEP=${PROFILE_SLEEP[$PROFILE_NAME]:-$SLEEP}
EXCLUDE_DIRS=(${PROFILE_EXCLUDE_DIRS[$PROFILE_NAME]:-${EXCLUDE_DIRS[@]}})
# ----------------------------- Status Mode -----------------------------
if [[ "$SHOW_STATUS" == true ]]; then
show_status
exit 0
fi
# ----------------------------- User Info -----------------------------
echo "============================================================"
echo " Sync Job Starting"