XenServer- Take VM Backup using Bash

Following is the basic bash script to take vm backup using bash & send confirmation mail. This script assumes you already have your backup storage mounted as /mnt/back/ #!/bin/bash #dpthakar@gmail.com #http://www.linuxreaders.com # #this basic script is created to take xenserver guest backup using snapshots #it will first of all create a snapshot for a specific [...]

Full Story »

Trending Posts