Lines Matching refs:full

5    This file is licensed via The FreeBSD Documentation License, the full
170 protocol, and :doc:`qemu-qmp-ref` for a full reference of all QMP
493 #. Create a full drive backup of drive0.
501 the full drive backup.
511 - Create a full drive backup of ``drive0``.
515 .. note:: As a consideration, if ``bitmap0`` is created prior to the full
538 other partial disk images on top of a base image to reconstruct a full backup
544 full and incremental backups.
556 This example creates a new, full backup of "drive0" and accompanies it with a
586 "sync": "full"
639 A full explanation of the job transition semantics and the JOB_STATUS_CHANGE
653 use a transaction to reset the bitmap while making a new full backup:
673 "sync": "full"
702 creation of new, full backups. This relationship is not saved or
709 #. Create a full backup and sync it to a dirty bitmap using any method:
719 - The full backup is named ``drive0.full.qcow2``.
723 full backup as a backing image.
730 -b drive0.full.qcow2 -F qcow2
782 This copies any blocks modified since the full backup was created into the
866 | drive0.full.qcow2 |<--| drive0.inc0.qcow2 |<--| drive0.inc1.qcow2 |
875 a full image. The dependency terminates with each full backup.
979 $ qemu-img create -f qcow2 drive0.full.qcow2 64G
980 $ qemu-img create -f qcow2 drive1.full.qcow2 64G
993 "filename": "drive0.full.qcow2"
1007 "filename": "drive1.full.qcow2"
1014 #. Create a full (anchor) backup for each drive, with accompanying bitmaps:
1041 "sync": "full"
1049 "sync": "full"
1089 that point to their respective full backups:
1094 -b drive0.full.qcow2 -F qcow2
1096 -b drive1.full.qcow2 -F qcow2
1227 -b drive0.full.qcow2 -F qcow2
1309 -b drive0.full.qcow2 -F qcow2
1477 this case is the full backup:
1481 [drive0.full.qcow2] <-- [drive0.inc0.qcow2]
1482 [drive1.full.qcow2]
1489 [drive0.full.qcow2] <-- [drive0.inc0.qcow2] <-- [drive0.inc1.qcow2]
1490 [drive1.full.qcow2] <-------------------------- [drive1.inc1.qcow2]