Consultor Eletrônico



Kbase P158662: How to do an online backup to a disk other than where the database resides?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   9/16/2010
Status: Unverified

GOAL:

How to do an online backup to a disk other than where the database resides?

GOAL:

How to perform an online backup of a database to a drive other than the current working area?

FACT(s) (Environment):

Windows
Progress/OpenEdge Product Family

FIX:

The command to perform an online backup of a database to another drive other than where the database currently resides, issue the following command:

probkup online dbman Drive:\filename (that would represent the name of the file that you want you backup called).

Example:

Database resides in c:\db and is called sports2000. You would like the backup stored on the E drive. The command would look like this: probkup online sports2000 e:\sports2000.bak

For additional information on probkup, please reference the OpenEdge Data Management: Data Administration manual in the the section that discusses "Backing Up a Database".