eazyBackup Hotfix Install
Last updated
Hotfixes are normally released with a replacement backup-tool file.
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 version
Restart all stopped background services
Open the eazyBackup app
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 version
Restart 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