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.
 
  1. Save the WebDocs library and data indexes to tape via the following AS/400 command:

    SAVLIB LIB(RJSIMAGE) DEV(TAP01)
     

  2. 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)
     

  3. 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)
     

 

Still have questions? We can help. Submit a case to technical support

Last Modified On:
You don't have the appropriate permissions.
No, open a new Support Case