Kbase P1638: Probkup/Proutil - Backup Instructions Summarized
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/6/2008 |
|
Status: Verified
GOAL:
How to use probkup ?
GOAL:
How to do a Progress Backup?
GOAL:
Probkup/Proutil - Backup Instructions Summarized
GOAL:
How to backup a database using probkup
GOAL:
How to perform a Progress database backup
FACT(s) (Environment):
Progress 8.x
Progress 9.x
OpenEdge 10.x
All Supported Operating Systems
FIX:
Summarized Instructions
The following procedures should be used to perform accurate and timely backups of PROGRESS databases. The importance of accurate and timely backups cannot be stressed enough.
1. Check to see if database is in use:
proutil [database.name] -C busy
2. Truncate the bi file.
proutil [database.name] -C truncate bi
3. Full Backups:
probkup [database.name] [device-name] [-vs n] [-bf n]
-vs option indicates no limit and will write until completion or the device is full and an error occurs.
-bf option indicates blocking factor.
Probkup automatically performs crash recovery if the bi file was not truncated.
4. Incremental Backups:
probkup [database.name] [device-name] incremental [-io n] [-scan]
-io option indicates overlap factor
-scan option indicates enabled verbose mode (incremental only)
5. On-Line Backups:
probkup online [database.name] [device.name] [incremental] [-vs n] [-bf n] [-io n]
Do not use On-Line Backup if you are running single-user system (DOS - BTOS)
6. First Time Backups:
prostrct statistics doc
Determines the amount of media required to perform backup of database.