cleaned up some note

This commit is contained in:
2026-04-06 01:18:40 +00:00
parent 9cad6ba306
commit 8e4c588079
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# ----------------------------------------------------------------------------------------------- # -----------------------------------------------------------------------------------------------
# --------------------------------- Daily Sync Orchestrator ------------------------------------ # ----------------------------- Daily Sync Orchestrator (v1.5) ----------------------------------
# ----------------------------------------------------------------------------------------------- # -----------------------------------------------------------------------------------------------
# Runs all bulk media shares sequentially. Scheduled via unRAID User Scripts plugin at 1am. # 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. # Per-share rsync handled by rsync.sh — this script tracks pass/fail and total time only.
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# ---------------------------------------------------------------------------------------------- # ----------------------------------------------------------------------------------------------
# --------------------------------- Rsync Core Script ------------------------------------------ # -------------------------------- Rsync Core Script (v1.5) ------------------------------------
# ---------------------------------------------------------------------------------------------- # ----------------------------------------------------------------------------------------------
# ---------------- User Variables, Please adjust in Master.conf as needed ---------------------- # ---------------- User Variables, Please adjust in Master.conf as needed ----------------------
# ---------------------------------------------------------------------------------------------- # ----------------------------------------------------------------------------------------------
+1 -3
View File
@@ -1,8 +1,6 @@
#!/bin/bash #!/bin/bash
# ----------------------------------------------------------------------------------------------- # -----------------------------------------------------------------------------------------------
# ----------------- UNRAID OPS COMMON LIBRARY (STABLE FRAMEWORK v1) ---------------------------- # ----------------- UNRAID OPS COMMON LIBRARY (STABLE FRAMEWORK v1.5) ---------------------------
# -----------------------------------------------------------------------------------------------
# Version: 1.5
# ----------------------------------------------------------------------------------------------- # -----------------------------------------------------------------------------------------------
# Changelog: # Changelog:
# v1.0 — Initial stable framework # v1.0 — Initial stable framework