ghettoVCB.sh modification required for ESX 5.1

vm backup script will fail with “You’re not running ESX(i) 3.5, 4.x, 5.x!”

Fix: change ghettoVCB.sh

231c231
< if [[ “${ESX_VERSION}” == “5.0.0” ]]; then

> if [[ “${ESX_VERSION}” == “5.0.0” ]] || [[ “${ESX_VERSION}” == “5.1.0” ]]; then

Leave a Reply