Versions Compared

Key

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

...

  • Backup allows user to save all the existing User Settings in a form of tar file containing encrypted database files and download to their local PC.
  • Restore allows the user to retrieve the user settings from the backup created earlier. The backed up file from local PC can be uploaded to the server and the settings from the decrypted database files will be loaded to the WebUI.

...

   →   backup_user_settings.php

   →   backup_enc_key.php

   →   ajax_at_saving_backup_key.php

These script files which are already present in the RDK build, will execute when the Backup and Restore buttons are clicked.

...

Backup: Under the main menu Troubleshooting, Backup User Settings sub menu is selected and Backup button is clicked. The user is asked to enter a Secure key to encrypt the files.  Once key is entered, a pop up to download the Current User settings in the form of a tar file in Local PC.

            Troubleshooting → Backup User Settings → Backup (button) → Enter Secure key → Click Save → Pop up to Save → Select SaveSave  .

Please check the following figure for reference:

Image AddedBackup feature steps

Restore: Under the main menu Troubleshooting, Reset / Restore Gateway is selected and Restore User Settings button is clicked. The file which needs to be uploaded has to be selected from local PC and Restored , the secure key previously used to encrypt the files should be entered to decrypt the files and Restore is clicked to apply the settings.

           Troubleshooting → Reset / Restore Gateway → Restore User Settings (button) → Browse (To select the file from Local PC) → Enter Secure key to decrypt files → Restore (button).

Please check the following figure for reference:

Restore feature step1 - BrowseImage RemovedRestore feature step2 - Select file and RestoreImage RemovedImage AddedImage Added


  • System Work Flow

...

The Restore feature copies the uploaded file temporarily to /var/tmp/ folder and restores all the settings from the tar file to the WebUI. The restore changes can be observed in WebUI and the files in /nvram/ folder.

untar contents of tmp backup.tar fileImage RemovedImage RemovedImage AddedImage Added

Backup Example:

...

These settings will be saved in the encrypted backup filefiles.

Restore Example:

In the current setting, Managed Sites is disabled.

...

If restore is success, the following message will be displayed before automatic device reboot.

Image RemovedImage Added

In case of Error, one among the following will be displayed.

       * Error, get restore status failure

       * Error, restore configuration failure!

...

backup file not selected:

Image Added

       * Empty secure key entered

Image Added

       * Invalid secure key entered

Image Added

  • Special Considerations

The backed up and restored files are by default named as backup.tar (if changed, will cause misbehavior in feature execution).

...