How To Restore Shield - Legacy Mode

Ericom Shield includes a backup and restore mechanism. Backup files are created daily and also upon each update in the Administration 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]