Commit b1349b12 by JR Dalrymple

duh

parent d0c27655
#!/bin/bash
for domain in `virsh list | grep running | awk '{print $2}'`; do rm -Rf /var/kvmbackup/*.xml; virsh dumpxml $domain > /var/kvmbackup/$domain.xml; done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment