Uninstallation in Linux

To uninstall all components of Acronis Backup & Recovery 10

Do the following as the root user:

  1. If Acronis Backup & Recovery 10 Deduplication is installed, run the following commands:

    # cd /usr/lib/Acronis/BackupAndRecoveryDeduplication/uninstall
    # ./uninstall

  2. Run the following commands to uninstall other Acronis Backup & Recovery 10 components:

    # cd /usr/lib/Acronis/BackupAndRecovery/uninstall
    # ./uninstall
    # cd /usr/lib/Acronis/BootableComponents/uninstall
    # ./uninstall
    # cd /usr/lib/Acronis/BackupAndRecoveryConsole/uninstall
    # ./uninstall
    # cd /usr/lib/Acronis/UpgradeTool/uninstall
    # ./uninstall

  3. Run the following command to delete the source files of the SnapAPI module:

    # rm -rf /usr/src/snapapi*

To uninstall all components in the unattended mode, run each of the ./uninstall commands with the -a option.

Uninstallation in Linux