Incremental Backup

Anusellam

New Member
Hi,

I am trying to take an incremental backup of a progress database from a VB script.

Does anyone know how to do this?

Cheers
 
I would have thought it was impossible. To my knowledge, Progress's PROBKUP is the only utility that can perform incremental backups of a Progress DB, and you typically start it from the command line or an OS script. I suppose you can get VB to run OS commands, but there isn't any kind of VB API in PROBKUP, if that's what you were hoping...
 
Back
Top