How to Save and Restore backup configuration from/to Nodegrid

How to Save and Restore backup configuration from/to Nodegrid

To Save the current configuration of your Nodegrid, follow the steps below:

WebUI
1. Go to System, Toolkit, and click on Save Settings icon.
2. Select the option where you want to save the configuration: 
      a. Local System: enter the file name (the file will be located in /backup folder in the system shell)
      b. Local Computer: it will be saved in your computer as NodeGrid.save.cfg
      c. Remote Server: enter the information of your server with the credentials.
      The URL format is <protocol>://<ServerAddress>/<remote file>
            Protocol can be FTP, TFTP, SFTP, and SCP.
            ServerAddress can be the IP address or hostname/FQDN. If IP address is an IPv6, it should be between brackets [ ].
            Remote File should have the file path and the filename.

      Examples:
      URL: ftp://192.168.2.20/downloads/NodeGrid_backup.cfg
      URL: scp://192.168.2.110/tmp/nodegrid.config
3. Click on Save

CLI
Destination options are Local System and Remote Server

Type the following:

cd /system/toolkit
save_settings
set destination=local_system
set filename=<filename>
commit
finish

The <filename> will be saved un /backup folder in the system's shell.

OR

cd /system/toolkit
save_settings
set destination=remote_server
set url=<protocol://ServerAddress/remote_file>
set username=<username>
set password=<password>
commit
finish

where:
protocol can be ftp, tftp, sftp or scp.
ServerAddress is the IP or hostname/FQDN. If IP address is an IPv6, it should be between brackets [ ].
remote_file is path and filename.
 

To Restore the backup configuration into your Nodegrid, follow the steps below: 

WebUI
1. Go to System, Toolkit, and click on Apply Settings icon.
2. Select the option where you want to restore the configuration from: 
      a. Local System: enter the file name (the file will be located in /backup folder in the system shell)
      b. Local Computer: click on 'Choose file' button to select the previously saved configuration file from your computer (default name is NodeGrid.save.cfg)
      c. Remote Server: enter the information of your server with the credentials.
      The URL format is <protocol>://<ServerAddress>/<remote file>
             Protocol can be FTP, TFTP, SFTP, SCP, HTTP, and HTTPS.
             ServerAddress can be the IP address or hostname/FQDN. If IP address is an IPv6, it should be between brackets [ ].
             Remote File should have the file path and the filename.

      Examples:
      URL: ftp://192.168.2.20/downloads/NodeGrid_backup.cfg
      URL: scp://192.168.2.110/tmp/nodegrid.config
3. Click on Save


CLI
Type the following:

cd /system/toolkit
apply_settings
set from=local_system
set filename=<filename>
apply

Answer 'yes' to continue.

The <filename> will be the one saved previously from Save Settings (under /backup folder in the system's shell).

OR

cd /system/toolkit
apply_settings
set from=remote_server
set url=<protocol://ServerAddress/remote_file>
set username=<username>
set password=<password>
apply

Answer 'yes' to continue.



    • Related Articles

    • 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. ...
    • Restoring backups to a Nodegrid Appliance

      Nodegrid restore is an easy way to restore backups from stored configuration backups  Follow these steps to restore backup to the Nodegrid 1. Login as admin and navigate to System::Toolkit 2. Select Apply Settings 3. Now one has to choose where to ...
    • How to: Backup a Nodegrid device using ZPE Cloud

      ZPE cloud enables managing on-demand and scheduled backups of your Nodegrid devices. Login to ZPE Cloud Go to Devices :: Enrolled Select the devices you want to backup and then click Backup. You can backup multiples devices at once. Select the File ...
    • 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 ...
    • 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 ...