The following commands back up all of your WebDocs indexes and documents in the /RJSIMAGEDOC IFS folder. You will need to add additional IFS folders to the SAV command if you are not storing your documents in the /RJSIMAGEDOC IFS folder or you have more than one IFS folder where documents are stored.
Note: You can use option 11. Edit Document Folders from the RJSIMAGE menu to display the IFS folder for each document folder.
- Save the WebDocs library and data indexes to tape via the following AS/400 command:
SAVLIB LIB(RJSIMAGE) DEV(TAP01)
- Save the document files to tape, assuming all documents are stored in the /RJSIMAGEDOC IFS directory:
SAV DEV('/qsys.lib/tap01.devd') OBJ(('/RJSIMAGEDOC' *INCLUDE)) SUBTREE(*ALL)
Example: Backing up 2 IFS data directories if documents are stored in more than 1 IFS folder (/RJSIMAGEDOC and /RJSDOCS2):
SAV DEV('/qsys.lib/tap01.devd') OBJ(('/RJSIMAGEDOC' *INCLUDE) ('/RJSDOCS2' *INCLUDE)) SUBTREE(*ALL)
- Restore the backup to the IFS Folder
RST DEV('/qsys.lib/tap01.devd') OBJ(('/RJSIMAGEDOC' *INCLUDE)) SUBTREE(*ALL)
Example: Restoring 2 IFS data directories if documents are stored in more than 1 IFS folder (/RJSIMAGEDOC and /RJSDOCS2):
RST DEV('/qsys.lib/tap01.devd') OBJ(('/RJSIMAGEDOC' *INCLUDE) ('/RJSDOCS2' *INCLUDE)) SUBTREE(*ALL)
Last Modified On:
No, open a new Support Case