mirror of https://gitee.com/openkylin/libvirt.git
19 lines
549 B
XML
19 lines
549 B
XML
<domainbackup mode="pull">
|
|
<incremental>1525889631</incremental>
|
|
<server transport='tcp' name='localhost' port='10809'/>
|
|
<disks>
|
|
<disk name='vda' type='file' exportname='test-vda' exportbitmap='blah'>
|
|
<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>
|