From 414dcd49bbc32da7753fded65ee919346e3fcb1b Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Thu, 4 Jan 2024 21:35:19 +1100 Subject: [PATCH] Create my-other-scripts.md --- my-other-scripts.md | 47 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 my-other-scripts.md diff --git a/my-other-scripts.md b/my-other-scripts.md new file mode 100644 index 0000000..5310bc0 --- /dev/null +++ b/my-other-scripts.md @@ -0,0 +1,47 @@ +## All my Synology Scripts + +- **Synology_HDD_db** + - Add your HDD, SSD and NVMe drives to your Synology's compatible drive database. + +- **Synology_enable_M2_volume** + - Enable creating volumes with non-Synology M.2 drives. + - Enable Health Info for non-Synology NVMe drives (not in DSM 7.2.1 or later). + +- **Synology_M2_volume** + - Easily create an M.2 volume on Synology NAS. + +- **Synology_enable_M2_card** + - Enable Synology M.2 PCIe cards in Synology NAS that don't officially support them. + +- **Synology_enable_Deduplication** + - Enable deduplication with non-Synology SSDs and unsupported NAS models. + +- **Synology_SHR_switch** + - Easily switch between SHR and RAID Group. + +- **Synology_Config_Backup** + - Backup and export your Synology DSM configuration. + +- **Synology_Plex_Backup** + - A script to backup Plex to a tgz file. For DSM 7 and DSM 6. + +- **Plex_Server_Sync** + - Sync main Plex server database & metadata to backup Plex server + +- **Synology_DSM_reinstall** + - Easily re-install the same DSM version without losing any data or settings + +- **Synology_move_apps** + - Easily move Synology packages from one volume to another volume + +- **Synology_Cleanup_Coredumps** + - Cleanup memory core dumps from crashed processes + +- **Docker_Autocompose** + - Create .yml files from your docker existing containers + +- **Download_Synology_Archive** + - Download all or part of the Synology archive + +- **ScriptNotify** + - DSM 7 package to allow your scripts to send DSM notifications