diff --git a/source/adminguide/backup_and_recovery.rst b/source/adminguide/backup_and_recovery.rst index bf657b89d8..5d448f3fb5 100644 --- a/source/adminguide/backup_and_recovery.rst +++ b/source/adminguide/backup_and_recovery.rst @@ -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 global 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. ================================= ======================== diff --git a/source/adminguide/nas_plugin.rst b/source/adminguide/nas_plugin.rst index fd42fd3900..11e568910f 100644 --- a/source/adminguide/nas_plugin.rst +++ b/source/adminguide/nas_plugin.rst @@ -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 the global setting. Then the backup plugin 'nas' needs to be enabled on either the global +or that particular zone settings. ================================= ======================== Configuration Value @@ -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. =================== ========================