eazyBackup Hotfix Install
Hotfixes are normally released with a replacement backup-tool
file.
Applying backup-tool.exe hotfixes on Windows
Exit the eazyBackup app from the system tray
Stop eazyBackup's background services
Use
services.msc
or Task Manager to stop the "eazyBackup (delegate service)" and "eazyBackup (elevator service)" services
Replace files inside
C:\Program Files\eazyBackup\backup-tool.exe
with updated versionRestart all stopped background services
Open the eazyBackup app
Applying backup-tool hotfixes on macOS
Exit the eazyBackup app from the system taskbar
Stop eazyBackup's background services
sudo launchctl unload /Library/LaunchDaemons/backup.delegate.plist
sudo launchctl unload /Library/LaunchDaemons/backup.elevator.plist
Replace files inside
/Applications/eazyBackup.app/Contents/MacOS/backup-tool
with updated versionRestart all stopped background services
sudo launchctl load /Library/LaunchDaemons/backup.elevator.plist
sudo launchctl load /Library/LaunchDaemons/backup.delegate.plist
Restart the eazyBackup app
Last updated