How To Restore Shield

The information described hereunder is relevant for installing Shield in Static Mode.

Ericom Shield includes a backup and restore mechanism. Backup files are created daily and also upon each update in the Admin Console.

Backup files are kept in /usr/local/ericomshield/backup. Daily backup files are kept in /usr/local/ericomshield/backup/daily.

If, for whatever reason, the system needs to be recovered - it will be recovered using the last backup file.

To restore manually run the following command:

sudo ./restore.sh

This will use the last backup file.

To restore using a specific backup file (taken from the backup or from the backup/daily folder), run:

sudo ./restore.sh [backupFileName]