You are not logged in.
Pages: 1
hi all,
how do i remove xsi backup completely as i have uninstalled cron but i still see it when i run auto.backup.sh
/sbin/auto-backup.sh
--- /etc/rc.local.d/local.sh
+++ /tmp/auto-backup.15505808//etc/rc.local.d/local.sh
@@ -10,7 +10,6 @@
# VMware support.
# Note: This script will not be run when UEFI secure boot is enabled.
-/bin/kill $(cat /var/run/crond.pid)
-/bin/echo "00 01 * * * /opt/ghettovcb/bin/ghettoVCB.sh -a -g /opt/ghettovcb/backupconfig -e /opt/ghettovcb/excludevms > /dev/null" >> /var/spool/cron/crontabs/root
-crond
+
+"/vmfs/volumes/datastore1/XSIBackup-Free/src/cron-init" root
exit 0
Saving current state in /altbootbank
Clock updated.
Time: 12:12:50 Date: 06/23/2023 UTC
+"/vmfs/volumes/datastore1/XSIBackup-Free/src/cron-init" root
thanks,
rob
Offline
A quick search in Google: "Uninstall XSIBackup" returns the info you need as the first match:
[url]https://33hops.com/xsibackup-uninstall-procedure.html[/url]
As a quick excerpt, you need to remove the installation folder, any cron entries at /var/spool/cron/crontabs and any related lines at /etc/rc.local.d/local.sh
That's all
Offline
thank you admin
Offline
Pages: 1