summaryrefslogtreecommitdiff
path: root/tests/domainbackupxml2xmlin/backup-push-seclabel.xml
blob: dbaf7f8e7cb307bf9d85391c686b1de381892f93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<domainbackup mode="push">
  <incremental>1525889631</incremental>
  <disks>
    <disk name='vda' type='file'>
      <driver type='raw'/>
      <target file='/path/to/file'>
        <seclabel model='dac' relabel='no'/>
      </target>
    </disk>
    <disk name='vdb' type='block'>
      <driver type='qcow2'/>
      <target dev='/dev/block'>
        <seclabel model='dac' relabel='no'/>
      </target>
    </disk>
  </disks>
</domainbackup>