@@ -121,23 +121,23 @@ Equivalently you can use Sunstone, simply go to the VM and the Conf tab:
121121Reference: Backup Configuration Attributes
122122--------------------------------------------------------------------------------
123123
124- +---------------------------+--------------------------------------------------------------------------------------------------------------+
125- | Attribute | Description |
126- +===========================+==============================================================================================================+
127- | ``BACKUP_VOLATILE `` | Perform backup of the volatile disks of the VM (default: ``NO ``) |
128- +---------------------------+--------------------------------------------------------------------------------------------------------------+
129- | ``FS_FREEZE `` | Operation to freeze guest FS: ``NONE `` do nothing, ``AGENT `` use guest agent, ``SUSPEND `` suspend the domain |
130- +---------------------------+--------------------------------------------------------------------------------------------------------------+
131- | ``KEEP_LAST `` | Only keep the last N backups (full backups or increments) for the VM |
132- +---------------------------+--------------------------------------------------------------------------------------------------------------+
133- | ``MODE `` | Backup type ``FULL `` or ``INCREMENT `` |
134- +---------------------------+--------------------------------------------------------------------------------------------------------------+
135- | ``INCREMENT_MODE `` | Incremental backup type ``CBT `` or ``SNAPSHOT `` |
136- +---------------------------+--------------------------------------------------------------------------------------------------------------+
137- | ``INCREMENTAL_BACKUP_ID `` | For ``INCREMENT `` points to the backup image where increment chain is stored |
138- +---------------------------+--------------------------------------------------------------------------------------------------------------+
139- | ``LAST_INCREMENT_ID `` | For ``INCREMENT `` the ID of the last incremental backup taken |
140- +---------------------------+--------------------------------------------------------------------------------------------------------------+
124+ +---------------------------+------------------------------------------------------------------------------------------------------------------------ +
125+ | Attribute | Description |
126+ +===========================+======================================================================================================================== +
127+ | ``BACKUP_VOLATILE `` | Perform backup of the volatile disks of the VM (default: ``NO ``) |
128+ +---------------------------+------------------------------------------------------------------------------------------------------------------------ +
129+ | ``FS_FREEZE `` | Operation to freeze guest FS: ``NONE `` do nothing (default) , ``AGENT `` use guest agent, ``SUSPEND `` suspend the domain |
130+ +---------------------------+------------------------------------------------------------------------------------------------------------------------ +
131+ | ``KEEP_LAST `` | Only keep the last N backups (full backups or increments) for the VM (default: none) |
132+ +---------------------------+------------------------------------------------------------------------------------------------------------------------ +
133+ | ``MODE `` | Backup type ``FULL `` (default) or ``INCREMENT `` |
134+ +---------------------------+------------------------------------------------------------------------------------------------------------------------ +
135+ | ``INCREMENT_MODE `` | Incremental backup type ``CBT `` (default) or ``SNAPSHOT `` |
136+ +---------------------------+------------------------------------------------------------------------------------------------------------------------ +
137+ | ``INCREMENTAL_BACKUP_ID `` | For ``INCREMENT `` points to the backup image where increment chain is stored (read-only) |
138+ +---------------------------+------------------------------------------------------------------------------------------------------------------------ +
139+ | ``LAST_INCREMENT_ID `` | For ``INCREMENT `` the ID of the last incremental backup taken (read-only) |
140+ +---------------------------+------------------------------------------------------------------------------------------------------------------------ +
141141
142142Taking VM backups
143143================================================================================
0 commit comments