Backing up PDFs within the IFS on AS/400

I am new to IFS. We have PDF's stored on the iSeries. How do you backup, or where do I go to make sure this is getting backed up and how do I restore them?
PDFs are stored on the IFS. Your save procedure should include the SAV command, at least for the directory where the PDFs are located.

For example, to save the entire IFS directories (but not native as400 libraries) you would choose (where tap01 is the tape device name):

SAV DEV('qsys.lib/tap01.devd') OBJ(('/*') ('/QSYS.LIB' *OMIT) ('/QDLS' *OMIT))

Restoring files from the IFS is implemented using the RST command. A good description of the SAV command can be found in this Search400.com tip.

This was first published in November 2008