Skip to content

Commit

Permalink
M #-: show current defaults for backup config (#3026)
Browse files Browse the repository at this point in the history
Signed-off-by: Guillermo Ramos <[email protected]>
(cherry picked from commit e87e1db)
  • Loading branch information
1gramos authored and rsmontero committed Sep 4, 2024
1 parent e49af1a commit 2e20a5f
Showing 1 changed file with 17 additions and 17 deletions.
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 @@ Equivalently you can use Sunstone, simply go to the VM and the Conf 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

0 comments on commit 2e20a5f

Please sign in to comment.