mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-09 06:50:22 +00:00
19 lines
507 B
XML
19 lines
507 B
XML
|
<domainbackup mode="pull">
|
||
|
<incremental>1525889631</incremental>
|
||
|
<server transport='tcp' name='localhost' port='10809'/>
|
||
|
<disks>
|
||
|
<disk name='vda' type='file'>
|
||
|
<driver type='qcow2'/>
|
||
|
<scratch file='/path/to/file'>
|
||
|
<seclabel model='dac' relabel='no'/>
|
||
|
</scratch>
|
||
|
</disk>
|
||
|
<disk name='vdb' type='block'>
|
||
|
<driver type='qcow2'/>
|
||
|
<scratch dev='/dev/block'>
|
||
|
<seclabel model='dac' relabel='no'/>
|
||
|
</scratch>
|
||
|
</disk>
|
||
|
</disks>
|
||
|
</domainbackup>
|