Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions source/management_and_operations/backups/operations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,23 +121,23 @@ To configure using the Sunstone GUI, select the **Backup** tab:
Reference: Backup Configuration Attributes
--------------------------------------------------------------------------------

+---------------------------+--------------------------------------------------------------------------------------------------------------+
| Attribute | Description |
+===========================+==============================================================================================================+
| ``BACKUP_VOLATILE`` | Perform backup of the volatile disks of the VM (default: ``NO``) |
+---------------------------+--------------------------------------------------------------------------------------------------------------+
| ``FS_FREEZE`` | Operation to freeze guest FS: ``NONE`` do nothing, ``AGENT`` use guest agent, ``SUSPEND`` suspend the domain |
+---------------------------+--------------------------------------------------------------------------------------------------------------+
| ``KEEP_LAST`` | Only keep the last N backups (full backups or increments) for the VM |
+---------------------------+--------------------------------------------------------------------------------------------------------------+
| ``MODE`` | Backup type ``FULL`` or ``INCREMENT`` |
+---------------------------+--------------------------------------------------------------------------------------------------------------+
| ``INCREMENT_MODE`` | Incremental backup type ``CBT`` or ``SNAPSHOT`` |
+---------------------------+--------------------------------------------------------------------------------------------------------------+
| ``INCREMENTAL_BACKUP_ID`` | For ``INCREMENT`` points to the backup image where increment chain is stored |
+---------------------------+--------------------------------------------------------------------------------------------------------------+
| ``LAST_INCREMENT_ID`` | For ``INCREMENT`` the ID of the last incremental backup taken |
+---------------------------+--------------------------------------------------------------------------------------------------------------+
+---------------------------+------------------------------------------------------------------------------------------------------------------------+
| Attribute | Description |
+===========================+========================================================================================================================+
| ``BACKUP_VOLATILE`` | Perform backup of the volatile disks of the VM (default: ``NO``) |
+---------------------------+------------------------------------------------------------------------------------------------------------------------+
| ``FS_FREEZE`` | Operation to freeze guest FS: ``NONE`` do nothing (default), ``AGENT`` use guest agent, ``SUSPEND`` suspend the domain |
+---------------------------+------------------------------------------------------------------------------------------------------------------------+
| ``KEEP_LAST`` | Only keep the last N backups (full backups or increments) for the VM (default: none) |
+---------------------------+------------------------------------------------------------------------------------------------------------------------+
| ``MODE`` | Backup type ``FULL`` (default) or ``INCREMENT`` |
+---------------------------+------------------------------------------------------------------------------------------------------------------------+
| ``INCREMENT_MODE`` | Incremental backup type ``CBT`` (default) or ``SNAPSHOT`` |
+---------------------------+------------------------------------------------------------------------------------------------------------------------+
| ``INCREMENTAL_BACKUP_ID`` | For ``INCREMENT`` points to the backup image where increment chain is stored (read-only) |
+---------------------------+------------------------------------------------------------------------------------------------------------------------+
| ``LAST_INCREMENT_ID`` | For ``INCREMENT`` the ID of the last incremental backup taken (read-only) |
+---------------------------+------------------------------------------------------------------------------------------------------------------------+

Taking VM backups
================================================================================
Expand Down