Section 4 - Uninstalling the OBM software client
This section describes how to uninstall the OBM backup client application.
4.3 Uninstalling OBM for Linux / FreeBSD / OpenBSD / Solaris
- Uninstall the backup application by running the uninstall scripts:
# sh /usr/local/obm/bin/uninstall.sh
- Remove all installation files by running the following command:
# rm -rf /usr/local/obm
- Remove all backup setting files by running the following command:
# rm -rf ~/.obm
Back to top