Skip to content

Commit 2e20a5f

Browse files
1gramosrsmontero
authored andcommitted
M #-: show current defaults for backup config (#3026)
Signed-off-by: Guillermo Ramos <gramos@opennebula.io> (cherry picked from commit e87e1db)
1 parent e49af1a commit 2e20a5f

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

source/management_and_operations/backups/operations.rst

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -121,23 +121,23 @@ Equivalently you can use Sunstone, simply go to the VM and the Conf tab:
121121
Reference: 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

142142
Taking VM backups
143143
================================================================================

0 commit comments

Comments
 (0)