PDA

View Full Version : How can I tell if subfolders within the IFS are being backed up?



David Abramowitz
02-20-2004, 10:43 AM
What does your save command look like? Dave

Guest.Visitor
02-20-2004, 11:46 AM
Thanks for the quick reply. What save command? Just so happens that I just found a couple of examples using the SAV command to save the IFS. I will use this to save it: SAV DEV('/QSYS.LIB/TAP02.DEVD') OBJ(('/*') ('/QSYS.LIB' *OMIT) ('/QDLS' *OMIT)) SAVACT(*YES) OUTPUT(*PRINT) Can you tell me if there is a way to look at a file or folder attributes within IFS for information such as Creation Date or Last Save Date? Thanks again.

Guest.Visitor
02-21-2004, 02:51 AM
Hello, How can I tell if the IFS or subfolders within the IFS are being saved? I can't locate that information while looking at files listed under the IFS section in Operations Navigator. Thank you.

David Abramowitz
02-21-2004, 02:51 AM
The command that you posted produces a log that will list any exceptions to the save due to active conflicts. If the directory or object is not in the exception messages, then the save was successful. Dave