mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
12ccd8d4db
If users wish to use different name for exported disks or bitmaps the new fields allow to do so. Additionally they also document the current settings. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com> Reviewed-by: Eric Blake <eblake@redhat.com>
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>
|