]> ## &pluginName; ### 2026.06.13 - New: "Force Stop" (immediately kills the running transfer) alongside "Graceful Stop", with a confirmation prompt and a notification when a stop is requested - New: "Test Connection" button per sync job (checks SSH reachability and remote rsync, or a local path's writability) - New: "Preserve Symbolic Links" option (global and per job), on by default - Fix: backups no longer fail silently when the destination's parent folder is missing (rsync now creates the full path) - Rsync errors and the exact command are now logged; clearer SSH/connection error messages - Fix: notification "Open" button now opens Easy Rsync instead of another plugin - Keep the previous run's logs (rotated) instead of wiping them each run - Compress now defaults to off; paths with spaces or special characters are handled safely ### 2026.06.06 - Initial stable release. # Remove tarballs rm -f $(ls /boot/config/plugins/&pluginName;/&pluginName;-*.txz 2>/dev/null | grep -v '&version;') echo "Removed old tarballs." # Remove slackware plugin package cd /var/log/packages removepkg &pluginName;* > /dev/null echo "Removed old packages." https://raw.githubusercontent.com/&gitUser;/&repoName;/&gitBranch;/images/hello-world.png &releaseLocation;/&pluginName;-&version;.txz &md5; **Easy Rsync** Backup specified shares to a remote location using rsync. echo echo "Installation Complete" echo "Uninstalling" # Remove plugin related files removepkg &pluginName;-&version; rm -rf &emhttp; rm -rf &plugin; echo echo "Uninstallation Complete!" echo