Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

Table of Contents
minLevel1
maxLevel6
outlinefalse
stylenone
typelist
printablefalse

The following information will guide you to take a complete user backup of your NSG system. Backup files can be expanded for review and used to restore a system if catastrophic failure should occur.

...

  • Log into the NSG Gateway WebGUI using your credentials

    Image RemovedImage Added
  • Navigate to Configuration > Management > Backup - Restore

    Image RemovedImage Added

  • Click the Backup and Download Now button to download a full configuration backup to your local system

    Image RemovedImage Added
  • A backup file should now be saved on your local system with the following name format:
    > backup-localhost.localnet-<time & date>.tar

...

  • Log into the NSG Gateway WebGUI using your credentials

    Image Removed


    Image Added
  • Navigate to Configuration > Management > Backup - Restore

    Image RemovedImage Added

  • Click on the Choose button which will prompt you to find a previous backup file on the local system

    Image RemovedImage Added
  • Find the backup file you wish to restore onto the NSG Gateway

    • The backup file should look something like this: backup-localhost.localnet-12-01-2015-15-23-05.tar.gz

      • The numbers in the backup file will be different for you since they represent time and date information 

  • The WebGUI will now update with the backup file attached.
    Example:

    Image RemovedImage Added
  • Click the upload button, as seen in the previous image, to install the backup file and restore all your configuration

  • Click Continue button to confirm the restore of the specific backup file, as seen in the image below

    Image RemovedImage Added
  • The restore process will  will only take a few.

  • Once the restoration is completed the NSG Gateway should be operational again

...

  • Log into the NSG Linux Command line using a terminal program of your choice (example: putty)

    • Example:

      Image RemovedImage Added

...

  • Navigate to the NSG directory /usr/local/nsg/ :

    • Type the following on the Linux command line:

      • cd  /usr/local/nsg

      • press <enter>

        Image RemovedImage Added

  • Type the following command within the /usr/local/nsg directory to create the backup package

    • tar cfz nsg-backup.tgz conf/ .   (make sure to include the '.' at the end which saves the backup in the same directory)
      example:

      Image RemovedImage Added

  • A file called nsg-backup.tgz will be saved in the current directory.  To verify simply type the following command and look for your file:

    • ls
      example: 

      Image RemovedImage Added

    • This process has backed up the NSG Gateway configuration

    • Move this file to a directory of your choice for safe keeping. For example, you can move this to the root directory by typing:
      -> cp nsg-backup.tgz /root
       

  •  To backup the TDM configuration follow the same process inside the /etc/wanpipe directory

    • Change directory to /etc/wanpipe:

      • type: cd /etc/wanpipe

      • press <enter>
        example: 

        Image RemovedImage Added
      • type: tar cfz wanpipe-backup.tgz wan* .   (make sure to include the '.' at the end which saves the backup in the same directory)
        example:

      • Move this file to a location of your choice.  For example to move to the root directory type:
        > cp wanpipe-backup.tgz /root

  • The NSG Gateway is now completely backup up

    • nsg-backup.tgz contains the NSG Gateway portion

    • wanpipe-backup.tgz contains the TDM card(s) backup

...