The script backups one or more virtual machines on one or more Xenserver hosts. The configuration of virtual machine to backup is read from an xml file. This is the gist on github: https://gist.github.com/nikiink/cdc687d1bbe227e5cfa3e5759c7f7214 ## EQUIVALENT BASH SCRIPT: ## SNAPUUID=`xe vm-snapshot uuid=$VMUUID new-name-label="SNAPSHOT-$VMUUID-$DATE"` ## xe template-param-set is-a-template=false ha-always-run=false uuid=${SNAPUUID} ##…