From 89c9a8b2ca2106c76edd444f0f5b40dc29231a1b Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Mon, 26 Aug 2024 10:48:10 +0200 Subject: [PATCH] M #-: show current defaults for backup config Signed-off-by: Guillermo Ramos --- .../backups/operations.rst | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/source/management_and_operations/backups/operations.rst b/source/management_and_operations/backups/operations.rst index 5c7f5edd36..a1d417a5b9 100644 --- a/source/management_and_operations/backups/operations.rst +++ b/source/management_and_operations/backups/operations.rst @@ -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 ================================================================================