Improved Nodegrid UI for backup
New for Nodegrid 6.0, the user interface for Nodegrid Save Settings (backup) is improved. Previously, the backup option from System::Toolkit::Save_Settings would save backups to the main disk to the root location /backup when you select "Local System" as a destination. This location is inaccessible to the admin user from the UI or from the shell, a user would have to elevate to root user to access the backup file.
Nodegrid 6.0 now saves this to an "admin" friendly location for which the admin can download to his system using the File Manager if or access the file from the shell.
File Manager
From the Shell
Related Articles
export_settings and import_settings
The export_settings and import_settings are CLI features that allow you to export/import the entire or partial (subtree or the configuration of a given path) configuration in a text format. The input and output can be a file or standard input/output ...
How To: Live Backup VM and Restore VM on Nodegrid
There are several ways to backup virtual machines and as Nodegrid becomes a popular choice for hosting virtual machines in the data center or at the edge running on our Nodegrid Service Routers, administrators need a way to backup and restore the VM. ...
Backing up the Nodegrid Appliance
Nodegrid backup is complete backup of all configuration. Follow these steps to take backup through WebUI, 1. Login as admin and navigate to System::Toolkit 2. Select Save Settings 3. One has to select the destination to store the backup Local ...
import_settings using heredoc
Introduction: when using the export_settings config then import the config using the bash script. Steps: 1. After export the config using the export_settings command. Example /settings/network_settings hostname=SonTestGSR /settings/network_settings ...
Import_settings from the Cloud
Introduction: When using export_settings in the Nodegrid to retrieves the configuration, user can import the same configuration from the cloud. Custom fields can be used in the configuration to differentiates between different Nodegrid devices. ...