Remove verbose stats outout from backup script
This commit is contained in:
parent
a5b2eb5f97
commit
95941c830f
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user