BACKUP Examples


          $ MUPIP BACKUP "*" /GTM/BKUP
          

This command creates ready-to-run database backup files /GTM/BKUP/TBLS.DAT and /GTM/BKUP/UBG.DAT. This example assumes that /GTM/BKUP exists as a directory, and that the current Global Directory, specified by the environment variable $gtmgbldir, has regions that map files to /GTM/PROD/TBLS.DAT and /GTM/PROD/UBG.DAT.

Example:


         $ MUPIP BACKUP -BYTESTREAM ACN, HIST BKUP
         

This command creates bytestream backup files BKUP/ACN.DAT and BKUP/HIST.DAT. This example assumes that BKUP is an existing subdirectory and that the current Global Directory has regions ACN and HIST that map files to /VG01/ACN.DAT and /VG02/HIST.DAT.