I know how to backup the VMs in the datastore, but what about the ESXi config?
In case of a disaster recovery (like fire and such) which directories should I backup off-site to be able to restore an ESXi configuration?
I know about these:
/bootbank
/altbootbank
Are there others?
Edit:
Note I'd like to move Microsoft Windows out of the equation (especially since VMware is doing the same with the vSphere Client, i.e. not being able to do certain operations on ESXi 5.5 with it any more).
My aim was to do it from a *nix machine (ESXi is very limited in what it can do, and I'd like to keep it that way, i.e. not install many things on it to keep it as stable as possible).
You may want to look at purpose-built VMware backup tools. You will be very disappointed if you treat an ESXi host like a Linux/Unix server.
Use the VMware backup commands from a separate station, and you'll be left with a nice configuration tarball. I would find another approach for the actual VM backups.
Edit: Host-based example
This stores the config in
/scratch/downloads
:Also see: http://www.virtuallyghetto.com/2013/02/how-to-backup-restore-free-esxi-host.html