2019-08-22 01:42:41 +00:00
|
|
|
<domainbackup mode="pull">
|
|
|
|
<incremental>1525889631</incremental>
|
|
|
|
<server transport='tcp' name='localhost' port='10809'/>
|
|
|
|
<disks>
|
2019-12-20 10:37:40 +00:00
|
|
|
<disk name='vda' type='file' exportname='test-vda' exportbitmap='blah'>
|
2019-08-22 01:42:41 +00:00
|
|
|
<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>
|