Consultor Eletrônico



Kbase P124590: What is the proper syntax for the probkup online incremental with the -io parameter?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/15/2009
Status: Verified

GOAL:

What is the proper syntax for the probkup online incremental with the -io parameter?

GOAL:

When must -incremental be used when doing an incremental backup?

FACT(s) (Environment):

OpenEdge 10.x
OpenEdge 10.1x
All Supported Operating Systems

FIX:

When the -io parameter is used with the incremental online probkup and the parameter incremental does not follow the database name a "-" must be used with the parameter "incremental".
probkup online test test.inc2 -io 1 incremental (Fails ** Could not recognize argument: incremental. (301) )

The following syntax will work.
probkup online <dbname> incremental <destination> -io i
probkup online <dbname> <destination> -io i -incremental

ie:

probkup online test incremental test.inc2 -io 1
probkup online test test.bkup -io 3 -incremental