Looking for information on recommended procedures for backing up the Endevor files
Back-up recommendations for Endevor Files
It is recommended that you do weekly and daily backups of your Endevor files/data.
Weekly Full
UNLOAD FULL
FROM ENVIRONMENT ENV1
SYSTEM *
CHECKPOINT ONLY.
*** For more information on the Unload Utility please reference the Endevor Utilities Manual Chapter on UNLOAD/RELOAD/VALIDATE ***
NOTE: UNLOAD jobs (incremental or full) use an ENQ on the SYSTEM level and will thus exclude updates of the ENDEVOR SYSTEM and its contents during these backups. This will guarantee absolute coherence of the backed-up entities.
Daily Incremental
UNLOAD INCREMENTAL
TO DDNAME
FROM ENVIRONMENT ENV1
SYSTEM *
This procedure will allow you to have good backups to restore from if anything ever happens to the ENDEVOR database.
NOTE: Another advantage is that if someone deleted something by accident you can do a transfer from the UNLOAD to recover.
We do recommend unload/reload for backups because of recovery. However, many sites currently do full DFDSS backups which if an UNLOAD/CHECKPOINT is done in conjunction with these, your recovery will be fine.
Back-up Recommendations for ACMQ ROOT and XREF Files
ACMQ data is stored in two files, the ROOT and XREF file. When taking IDCAMS or DFDSS backups of these files individually, it may happen that the copies of the files are not in sync. This can lead to seemingly good backups, but when restored the files prove to be unusable. To take secure and synchronized backups run the ACMQ's reorganization utility BC1PACMO. BC1PACMO tests the presence of two DD statements ROOTCOPY and XREFCOPY.