Several times I year I have some hosts that are shipped out to another location for a tradeshow. We like to always have a copy of our VMs that travel with the admin in case something bad happens and ...
I've been in situations several times where I've wanted a simple copy of a VM's folder on a datastore. Traditionally, I connect to a host via SSH, and do "cp -R [source] [destination]". However, this ...