This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -euo pipefail | |
IFS=$'\n\t' | |
#Written By Arvind GK | |
#Part 2 : To backup Second VM Disk | |
• Disk One Backup File name backup-vm-2nd-disk.s | |
• This File name backup-vm-1st- | |
disk.sh DOMAIN="$1" | |
UUID=$(sudo virsh dumpxml $DOMAIN | grep uuid | cut -d">" -f2 | cut -d"<" -f1) |