lamw / ghettoVCB

ghettoVCB
MIT License
1.28k stars 363 forks source link

install on vcenter #314

Open robina80 opened 6 months ago

robina80 commented 6 months ago

hi all,

can you install ghettoVCB on vcenter instead of the individual esxi hosts, if so how please

thanks, rob

TheNetworkIsDown commented 6 months ago

No. (To do what anyway?)

robina80 commented 6 months ago

as on both my esxi hosts i have made a cron for backups eg on host01 to backup vms on host01

0 0 1,3,5 /opt/ghettovcb/bin/ghettoVCB.sh -a -g /opt/ghettovcb/backupconfig -e /opt/ghettovcb/excludevms > /dev/null

and on the host02 to backup vms on host2

0 0 0,2,4 /opt/ghettovcb/bin/ghettoVCB.sh -a -g /opt/ghettovcb/backupconfig -e /opt/ghettovcb/excludevms > /dev/null

so they run on seperate days

but im just wondering if i can make just one cron on my vcenter to backup all vms on both hosts as vcenter consists of all vms from host1 and host2

if that makes sense