diff --git a/Orchestrators/daily_sync.sh b/Orchestrators/daily_sync.sh index a890da6..84f5d27 100644 --- a/Orchestrators/daily_sync.sh +++ b/Orchestrators/daily_sync.sh @@ -1,6 +1,6 @@ #!/bin/bash # ----------------------------------------------------------------------------------------------- -# --------------------------------- Daily Sync Orchestrator ------------------------------------ +# ----------------------------- Daily Sync Orchestrator (v1.5) ---------------------------------- # ----------------------------------------------------------------------------------------------- # Runs all bulk media shares sequentially. Scheduled via unRAID User Scripts plugin at 1am. # Per-share rsync handled by rsync.sh — this script tracks pass/fail and total time only. diff --git a/Rsync/rsync.sh b/Rsync/rsync.sh index 8daf6fa..6ee73c5 100644 --- a/Rsync/rsync.sh +++ b/Rsync/rsync.sh @@ -1,6 +1,6 @@ #!/bin/bash # ---------------------------------------------------------------------------------------------- -# --------------------------------- Rsync Core Script ------------------------------------------ +# -------------------------------- Rsync Core Script (v1.5) ------------------------------------ # ---------------------------------------------------------------------------------------------- # ---------------- User Variables, Please adjust in Master.conf as needed ---------------------- # ---------------------------------------------------------------------------------------------- diff --git a/common.sh b/common.sh index 64ab2bb..84e1939 100644 --- a/common.sh +++ b/common.sh @@ -1,8 +1,6 @@ #!/bin/bash # ----------------------------------------------------------------------------------------------- -# ----------------- UNRAID OPS COMMON LIBRARY (STABLE FRAMEWORK v1) ---------------------------- -# ----------------------------------------------------------------------------------------------- -# Version: 1.5 +# ----------------- UNRAID OPS COMMON LIBRARY (STABLE FRAMEWORK v1.5) --------------------------- # ----------------------------------------------------------------------------------------------- # Changelog: # v1.0 — Initial stable framework