]> https://forums.unraid.net/topic/145044-plugin-easybackup/ ###2023.11.28 - Fix: no further attempt to create a backup of ignored VMs and containers. ###2023.11.10 - Add: Add more ZIP compression which is up to 65% faster. This option must be activated in the settings. In later versions this will be the recommended option. - Fix: The GUI now loads faster ###2023.10.29 - Add: Snapshots and backups of started VMs can no longer be performed if no GuestAgent is installed or available. - Add: Log file now contains all commands executed on the system and their return in debug mode - Add: The log file will now be renamed after reaching the set maximum size. See more in the help text under Settings - Add: Experimental function to create a flash backup - Fix: Tasks that are aborted, for example, by shutting down the system or unexpected errors, are now also released again in the GUI. An error message is output accordingly via the notifications. A check for unexpected terminations only takes place when the GUI is opened or the cron job starts as scheduled. - Fix: Text in warning boxes is now also readable in light designs - Fix: GuestAgent is now reliably detected. - Fix: The log file is now downloaded with the correct file name ###2023.10.11b - Fix: Create snapshot reports error although everything is correct ###2023.10.11 - Fix: Snapshot failed without reason - Add: Download Log Button in Settings Tab - Add: Clear Log Button in Settings Tab ###2023.10.10 - Fix: Warning "scandir([...]) Failed to open directory:[...]" ###2023.09.18 - Fix: Uninstaller removes now all Files. - Fix: Show Last Backup Timestamp ###2023.09.12 - Fix installing Bugs for Beta release ###2023.09.11 - Adding Dashboard Items - Adding Cleanup old Backups - Fixing some Bugs ###2023.09.02 - Initial Release - BETA https://raw.githubusercontent.com/&github;/main/archive/&name;-&version;.txz &md5; rm -f $(ls /boot/config/plugins/&name;/&name;*.txz 2>/dev/null | grep -v '&version;') echo "" echo "----------------------------------------------------" echo " &name; has been installed." echo " Copyright 2023, &author;" echo " Version: &version;" echo "----------------------------------------------------" echo "" removepkg &name;-&version; rm -rf /boot/config/plugins/&name; rm -rf &plugdir; echo "" echo "-----------------------------------------------------------" echo " &name; has been removed." echo " Version: &version;" echo "-----------------------------------------------------------" echo ""