Go to file
William Lam 72df89821b Closes: #243 2021-07-09 14:25:12 -07:00
build ghettoVCB build script 2020-12-30 13:53:05 -08:00
README.md ghettoVCB build script 2020-12-30 13:53:05 -08:00
ghettoVCB-VMDKexclude.sh Update ghettoVCB-VMDKexclude.sh 2020-05-11 10:22:56 -04:00
ghettoVCB-restore.sh Merge pull request #237 from Guuz1/master 2021-05-22 20:55:59 -07:00
ghettoVCB-restore_vm_restore_configuration_template Feature/Bug Fixes for ghettoVCB/ghettoVCB-restore + version control on github 2011-11-28 00:20:10 +00:00
ghettoVCB-vm_backup_configuration_template Feature/Bug Fixes for ghettoVCB/ghettoVCB-restore + version control on github 2011-11-28 00:20:10 +00:00
ghettoVCB.conf Add support for SMTP Authentication 2016-01-26 16:12:49 +01:00
ghettoVCB.sh Closes: #243 2021-07-09 14:25:12 -07:00

README.md

ghettoVCB

Description

The ghettoVCB script performs backups of virtual machines residing on ESX(i) 3.x, 4.x, 5.x, 6.x & 7.x servers using methodology similar to VMware's VCB tool. The script takes snapshots of live running virtual machines, backs up the master VMDK(s) and then upon completion, deletes the snapshot until the next backup. The only caveat is that it utilizes resources available to the ESXi Shell running the backups as opposed to following the traditional method of offloading virtual machine backups through a VCB proxy.

Download

Latest ghettoVCB VIB and Offline Bundle can be downloaded from here

Install

You can quickly install/update ghettoVCB by downloading and installing either the VIB or offline bundle using the following commands. If you wish to update to latest ghettoVCB release and are using the ghettovcb.conf file and wish to have the setting persist, make sure to use the update command instead of install

More details on using the ghettoVCB VIB/Offline Bundle can be found in this blog post here

Install VIB

esxcli software vib install -v /vghetto-ghettoVCB.vib -f

Install offline bundle

esxcli software vib install -d /vghetto-ghettoVCB-offline-bundle.zip -f

Update VIB

esxcli software vib update -v /vghetto-ghettoVCB.vib -f

Update offline bundle

esxcli software vib update -d /vghetto-ghettoVCB-offline-bundle.zip -f

Build VIB/Offline Bundle

See the build documentation here

Additional Documentation & Resources

Licensing

The MIT License (MIT)

Copyright (c) 2021 www.virtuallyghetto.com!

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.