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
1 changed files with 1 additions and 2 deletions

View File

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