From 8e4c588079b7dfc943415ebec60039d866c6db2e Mon Sep 17 00:00:00 2001 From: FailedProxy Date: Mon, 6 Apr 2026 01:18:40 +0000 Subject: [PATCH] cleaned up some note --- Orchestrators/daily_sync.sh | 2 +- Rsync/rsync.sh | 2 +- common.sh | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) 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