Recovering WebDocs
In case of disaster, this topic shows you how to recover WebDocs from the files you backed up. Make sure you back up WebDocs regularly so that you don't lose documents or data.
Note: If you need to set up a high-availibility system for always-on disaster recovery, contact RJS Software technical support.
To recover WebDocs:
- Restore the backed-up WebDocs library and data indexes:
RSTLIB SAVLIB(RJSIMAGE) DEV(TAP01) -
Restore the backed-up local IFS folders.
For example:- If all backed-up documents were stored in the /RJSIMAGEDOC IFS folder, use:
RST DEV('/qsys.lib/tap01.devd') OBJ(('/RJSIMAGEDOC' *INCLUDE)) SUBTREE(*ALL) -
If the backed-up documents were stored in two IFS folders, /RJSIMAGEDOC and /RJSDOCS2, use:
RST DEV('/qsys.lib/tap01.devd') OBJ(('/RJSIMAGEDOC' *INCLUDE) ('/RJSDOCS2' *INCLUDE)) SUBTREE(*ALL)
- If all backed-up documents were stored in the /RJSIMAGEDOC IFS folder, use:
-
Contact RJS Software for your licenses.
-
If you have remote servers, re-mount them.
-
Re-create the web instance from the main menu by choosing 20. Restore HTML File to /RJSIMAGE IFS Directory - DOCIFS1.
Note: If you backed up a modified web instance, restore that instance instead.