File: backup-push.xml

package info (click to toggle)
libvirt 12.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 212,536 kB
  • sloc: ansic: 537,688; xml: 342,012; python: 12,056; perl: 2,626; sh: 2,175; makefile: 448; javascript: 126; cpp: 22
file content (13 lines) | stat: -rw-r--r-- 361 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
<domainbackup mode="push">
  <incremental>1525889631</incremental>
  <disks>
    <disk name='vda' type='file'>
      <driver type='raw'/>
      <target file='/path/to/file'/>
    </disk>
    <disk name='vdb' type='file' backupmode='full'/>
    <disk name='vdc'/>
    <disk name='vdd' backup='yes'/>
    <disk name='hda' backup='no'/>
  </disks>
</domainbackup>