Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion source/adminguide/backup_and_recovery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ the Global Settings area of the CloudStack UI.
================================= ========================
Configuration Description
================================= ========================
backup.framework.enabled Setting to enable or disable the feature. Default: false.
backup.framework.enabled Setting to enable or disable the feature. This is a zone specific setting. Default: false.
backup.framework.provider.plugin The backup provider (plugin) name. For example: 'dummy', 'veeam', 'networker' and 'nas'. This is a zone specific setting. Default: dummy.
backup.framework.sync.interval Background sync task internal in seconds that performs metrics/usage stats collection, backup reconciliation and backup scheduling. Default: 300.
================================= ========================
Expand Down
7 changes: 5 additions & 2 deletions source/adminguide/nas_plugin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ to perform support B&R actions and operations.

Using the NAS Backup and Recovery Plugin
----------------------------------------
To use the NAS Backup and Recovery Plugin, the Backup and Recovery framework needs to be enabled first. Then the backup plugin 'nas' needs to be enabled on either the global or zone settings.
To use the NAS Backup and Recovery Plugin, the Backup and Recovery framework needs to be enabled first,
on either the global or zone settings. Then the backup plugin 'nas' needs to be enabled on either the global
or that particular zone settings.

================================= ========================
Configuration Value
Expand All @@ -67,7 +69,8 @@ backup.framework.enabled true
backup.framework.provider.plugin nas
================================= ========================

Once the above two configurations are set, restart the cloudstack-management service. Once the service is restarted we can add the backup repository for the 'nas' Backup and Recovery plugin.
Once the above two configurations are set, restart the cloudstack-management service. Once the service is
restarted we can add the backup repository for the 'nas' Backup and Recovery plugin.
Navigate to the configuration -> Backup Repository. Click on 'Add Backup Repository' and fill the form.

=================== ========================
Expand Down