From 9ab58770ac8a13e400165c6304bb5a3aac5195be Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Sun, 1 Mar 2026 17:42:13 -0600 Subject: [PATCH] docs: remove phantom qbm-qbit.sh entry and add undocumented scripts - Remove qbm-qbit.sh section (script doesn't exist) - Add entries for backup_config.sh, f2b-dump.sh, omegabrr_upgrade.sh, radarr_dupefinder.sh, sonarr_dupefinder.sh --- README.md | 33 +++++++++++++++++++++++++-------- 1 file changed, 25 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6f5c4ef..bc59e97 100644 --- a/README.md +++ b/README.md @@ -78,14 +78,6 @@ error. - **Description:** Updates [Plex Meta Manager](https://github.com/meisnate12/Plex-Meta-Manager) to the latest branch. - **Review:** Confirm script parameters align with your configuration. -### Qbittorrent Management Trigger - -- **Script:** `qbm-qbit.sh` -- **Description:** Executes [QbitManage](https://github.com/StuffAnThings/qbit_manage) upon download completion in Qbittorrent. -- **Instructions:** - 1. Copy `.env.sample` to `.env`. - 2. Populate required values under "# Qbittorrent Manage" header. - ### QbitManage API Trigger - **Script:** `qbm-api-trigger.sh` @@ -114,6 +106,31 @@ error. - **Script:** `servarr/servarr_bot_merge.sh` - **Description:** Merges the latest changes from the Servarr Wiki Bot Branch into the Prowlarr Indexers Wiki Master. +### Backup Config + +- **Script:** `backup_config.sh` +- **Description:** Backs up configuration directories to a compressed archive. + +### Fail2ban Config Dump + +- **Script:** `f2b-dump.sh` +- **Description:** Dumps Fail2ban configuration details to a temporary file for review. + +### Omegabrr Updater + +- **Script:** `omegabrr_upgrade.sh` +- **Description:** Upgrades [Omegabrr](https://github.com/autobrr/omegabrr) to the latest version. + +### Radarr Duplicate Finder + +- **Script:** `radarr_dupefinder.sh` +- **Description:** Finds duplicate files in Radarr library directories. + +### Sonarr Duplicate Finder + +- **Script:** `sonarr_dupefinder.sh` +- **Description:** Finds duplicate files in Sonarr library directories. + ### ZFS Snapshot Cleanup - **Script:** `zfsburn.sh`