Backing up WebDocs - iSeries Edition library data and document files - Support

Backing up WebDocs - iSeries Edition library data and document files

From Support

Jump to: navigation, search

The following commands will back up all of your WebDocs indexes and documents if you have created all 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.

1.) Save the WebDocs library and data indexes to tape via the following AS/400 command:

SAVLIB LIB(RJSIMAGE) DEV(TAP01)

2.) Assuming all of your documents are stored in the /RJSIMAGEDOC IFS directory, the following AS/400 command can be used to save the document files to tape:

SAV DEV('/qsys.lib/tap01.devd') OBJ(('/RJSIMAGEDOC' *INCLUDE)) SUBTREE(*ALL)

Example of 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)


3) Example of restoring to IFS Folder

RST DEV('/qsys.lib/tap01.devd') OBJ(('/RJSIMAGEDOC' *INCLUDE)) SUBTREE(*ALL)

Example of 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)

Personal tools