]> ## MirrorShuttle for UNRAID ###2025.08.29 - new: updated binaries to latest stable release (v1.0.0) ###2025.08.21 - fix: make pages and dashboards compliant with new responsive UI ###2025.06.18a - new: updated binaries to latest release (v0.1.8) - new: added argument skip-empty to avoid moving empty dirs (defaults to true) - new: added argument remove-empty to remove empty mirror dirs (defaults to false) - release note: reset config to pull updated default config file, otherwise see docs for info ###2025.06.14b - new: updated binaries to latest release (v0.1.6) - new: added argument init-depth to control mirror depth (see docs) - new: changed BLAKE3 hash to SHA-256 for better reproducibility (see docs) ###2025.06.13 - release note: welcome to the first version of the MirrorShuttle package. - release note: please report any problems in the support topic. &pkgURL;/mirrorshuttle-1.0.0-x86_64-1.txz 37104cb34607a6be7ce6789745fe7320 &gitURL;/archive/&plgNAME;.txz &plgMD5; echo "" if [ -x /usr/local/emhttp/plugins/mirsht/scripts/write_config ]; then /usr/local/emhttp/plugins/mirsht/scripts/write_config fi echo "" echo "-------------------------------------------------------------" echo " MirrorShuttle for UNRAID has been installed." echo " Version: &version; / Plugin Maintainer: &author;" echo "-------------------------------------------------------------" echo "" killall mirrorshuttle >/dev/null 2>&1 removepkg &plgPATH;/*.txz rm -rf &plgPATH; rm -rf &emhttp; rm -f /tmp/mirrorshuttle.json rm -f /boot/config/plugins/dynamix/mirrorshuttle.cron sleep 1 update_cron sleep 1 echo "" echo "-----------------------------------------------------------" echo " MirrorShuttle for UNRAID has been removed." echo " Version: &version; / Plugin Maintainer: &author;" echo "-----------------------------------------------------------" echo ""