Automated backup of IFS to tape
What command would I use to write an IFS file to tape and delete it on a daily basis?

Software/Hardware used:
ASKED: July 29, 2009  9:06 PM
UPDATED: July 30, 2009  2:27 PM

Answer Wiki:
This command will save your entire IFS: SAV DEV('qsys.lib/tap01.devd') OBJ(('/*') ('/QSYS.LIB' *OMIT) ('/QDLS' *OMIT)) For a specific directory, use a variant of this: SAV DEV('qsys.lib/tap01.devd') OBJ(('/yourdirectory*' *INCLUDE)) You can use RMVLNK to delete a specific file if that was your question: RMVLNK OBJLNK('/yourdirectory/file.xml')
Last Wiki Answer Submitted:  July 29, 2009  11:10 pm  by  Whatis23   5,665 pts.
All Answer Wiki Contributors:  Whatis23   5,665 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _