Re: Backup question
"Gindlesperger, Dale" <DGindle-mOOO9ZFGm7dWk0Htik3J/[email protected]>
| Newsgroups | gmane.comp.systems.as400.mapics |
|---|---|
| Message-ID | <678D55D6FCB0FA41B56B066127C85D903C06DF5028@linkexch2k7.LINKPDC.COM> |
Mark,
Dave L. mentioned the main issue - XA does a clean up as a part of the backup procedure. I wrote my own "copy disk backup to tape" procedure that we run after the XA backups are done, and you could use that and easily add your other backups to it. We initially wrote the XA backups to one tape drive, and the other backups to a separate (capacity constraints on the old system), but they have been consolidated now that the company has a much larger capacity drive.
SAVSAVFDTA SAVF(AMSLIB/SVDTAABCKM) DEV(TAP01) +
ENDOPT(*LEAVE)
SAVSAVFDTA SAVF(AMSLIB/AMFBCKM) DEV(TAP01) +
ENDOPT(*LEAVE) /* Save AMFLIB */
SAVSAVFDTA SAVF(AMSLIB/AMTBCKM) DEV(TAP01) +
ENDOPT(*LEAVE) /* Save AMTLIB */
SAVSAVFDTA SAVF(AMSLIB/ZSVCTLBCKM) DEV(TAP01) +
ENDOPT(*REWIND)
You could easily change the ENDOPT on the last line to *LEAVE and add your other libraries.
Dale "Cork" Gindlesperger, CPIM
Senior Business Analyst
The information transmitted is intended only for the person or entity
to which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from any
computer.
_______________________________________________
This is the MAPICS ERP System Discussion (MAPICS-L) mailing list
To post a message email: MAPICS-L-Zwy7GipZuJhWk0Htik3J/[email protected]
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/mapics-l
or email: MAPICS-L-request-Zwy7GipZuJhWk0Htik3J/[email protected]
Before posting, please take a moment to review the archives
at http://archive.midrange.com/mapics-l.