Remove verbose stats outout from backup script

This commit is contained in:
Râu Cao 2022-10-21 10:49:30 +02:00
parent a5b2eb5f97
commit 95941c830f

View File

@ -18,8 +18,7 @@ virsh snapshot-create-as --domain $1 \
--disk-only \ --disk-only \
--diskspec vda,snapshot=external --diskspec vda,snapshot=external
borg create -v --stats \ borg create -v $REPOSITORY::$1_$(date +%F_%H-%M) \
$REPOSITORY::$1_$(date +%F_%H-%M) \
/var/lib/libvirt/images/$1.qcow2 \ /var/lib/libvirt/images/$1.qcow2 \
/root/backups/vm_meta/$1.xml /root/backups/vm_meta/$1.xml