Lines Matching full:create

200  to create a new, actively recording persistent bitmap:
220 To create a new, disabled (``-recording``), transient bitmap that tracks
374 - Merge does not create the destination bitmap if it does not exist. A blank
493 #. Create a full drive backup of drive0.
494 #. Create a new bitmap attached to drive0, confident that nothing has been
510 - Create ``bitmap0``.
511 - Create a full drive backup of ``drive0``.
543 <qemu-qmp-ref.html#index-blockdev_002dbackup>`_ QMP command to create both
554 create a new incremental backup chain attached to a drive.
560 <qemu-qmp-ref.html#index-blockdev_002dadd>`_ or `blockdev-create
709 #. Create a full backup and sync it to a dirty bitmap using any method:
722 #. Create a destination image for the incremental backup that utilizes the
729 $ qemu-img create -f qcow2 drive0.inc0.qcow2 \
797 #. Create a new destination image for the incremental backup that points to
802 $ qemu-img create -f qcow2 drive0.inc1.qcow2 \
858 we use ``bitmap0`` again to create a new incremental backup that targets the
870 authored, allowing a user to continue to "consume" it to create new backups on
889 #. Create a new destination image with no backing file set. We will need to
895 $ qemu-img create -f qcow2 drive0.inc2.qcow2 64G
898 backup commands to have QEMU create an image without a backing
975 #. For each drive, create an empty image:
979 $ qemu-img create -f qcow2 drive0.full.qcow2 64G
980 $ qemu-img create -f qcow2 drive1.full.qcow2 64G
1014 #. Create a full (anchor) backup for each drive, with accompanying bitmaps:
1088 #. Later, create new destination images for each of the incremental backups
1093 $ qemu-img create -f qcow2 drive0.inc0.qcow2 \
1095 $ qemu-img create -f qcow2 drive1.inc0.qcow2 \
1222 #. Create a target image:
1226 $ qemu-img create -f qcow2 drive0.inc0.qcow2 \
1247 #. Attempt to create an incremental backup via QMP:
1303 #. Delete the failed image, and re-create it.
1308 $ qemu-img create -f qcow2 drive0.inc0.qcow2 \