I am new to progress. I have a database back file for a progress database. What application should I use to restore the file; and ultimately view the data?
If the backup was created with PROBKUP you would restore it with PROREST. For instance:
probkup sports2000 sports200.pbk
This will create a backup of the world-famous "sports2000" database in a single file named "sports2000.pbk". The backup file name and extension are arbitrary - they can be anything that you would like.
It is possible that the backup consists of multiple files (or "extents"). This is done by specifying the volume size with the -vs option and by providing a list of additional file names to use (either manually by typing when prompted or via shell redirection). If so you will need to reverse this process when restoring. The first extent is always specified on the command line!
The -com option is also very useful when making a backup. It eliminates empty and unused blocks. It does not perform "zip" style compression.
(If the database already exists in the directory that you are restoring to you will be prompted about whether or not to over-write that database. If the answer is going to be "y" and you are using multiple files put the "y" on the first line of the restore.list file.)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.