Support Docs
Physical restore
Prerequisites
- USB drive with encrypted backup data from CyberSecure
- A suitable windows computer with CyberSecure Standard edition installed
- A location for the decrypted/restored data
Process for performing a physical restore
- As an administrator user, or by elevating privileges with Windows UAC, edit the file “Decrypt.bat” under the /bin folder in the installation path
- Change the following lines for your environment:
- SET ID_DIR – point this to your source USB backup set location
eg:
SET ID_DIR=”E:\Seedload\backup-01.cybersecure.com.au\test\files\12388324″
- SET DECRYPT_TO – set this to your restore destination
eg:
SET DECRYPT_TO=”C:\restored” this must be a subfolder, eg “F:\restore”
- SET DECRYPT_KEY – enter the encryption password
eg:
SET DECRYPT_KEY=”myPassword”
- SET POINT_IN_TIME – set point in time you want to restore. Put “Current” for latest available
eg:
SET POINT_IN_TIME=”2015-09-01-19-30-00″
- In a cmd.exe shell (with administrator privileges), run “decrypt.bat”
- The decryption + restoration process will proceed