Skip to content

Commit

Permalink
M #-: Clarify backups using Sunstone (#3179)
Browse files Browse the repository at this point in the history
Signed-off-by: dcarracedo <[email protected]>
(cherry picked from commit 41f1667)
  • Loading branch information
dcarracedo authored and tinova committed Jan 28, 2025
1 parent b70762b commit b46b2fa
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
Binary file added source/images/backup_vm_configuration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/images/backup_vm_configuration_tab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/images/vm_backup_action.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 19 additions & 2 deletions source/management_and_operations/backups/operations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,14 @@ You should be able to see the configuration of the VM by showing its information
LAST_INCREMENT_ID="-1"
MODE="INCREMENT"

To configure using the Sunstone GUI, select the **Backup** tab:
To configure using the Sunstone GUI, click on the virtual machine, select the **Configuration** tab and click on the **Update VM Configuration** button:

|vm_cfg|

Sunstone will display the screen to update the VM Configuration. Select the **Backup** tab to update the backup configuration.

|vm_cfg_tab|

.. _vm_backups_config_attributes:

Reference: Backup Configuration Attributes
Expand Down Expand Up @@ -164,6 +168,11 @@ You can take backups (one-shot) using the ``onevm backup`` operation (or the equ
$ onevm backup --schedule now -d 100 0
VM 0: backup scheduled at 2022-12-01 13:28:44 +0000


Using Sunstone to take one-shot backup:

|vm_backup_action|

After the backup is complete you should see: the backup information in the VM details, as well as the associated backup image. For example:

.. prompt:: bash $ auto
Expand Down Expand Up @@ -470,10 +479,18 @@ If you are using ``FULL`` backups you can schedule backups in different servers
:width: 700
:align: middle

.. |vm_cfg| image:: /images/backup_template_cfg.png
.. |vm_cfg| image:: /images/backup_vm_configuration.png
:width: 700
:align: middle

.. |vm_cfg_tab| image:: /images/backup_vm_configuration_tab.png
:width: 700
:align: middle

.. |vm_backup_action| image:: /images/vm_backup_action.png
:width: 700
:align: middle

.. |vm_schedule| image:: /images/backup_schedule.png
:width: 700
:align: middle

0 comments on commit b46b2fa

Please sign in to comment.