Scripted backup of Conductor NT
I want to write a script to backup Conductor NT from a schduled task.
I have found the exe that runs when starting a system backup - bruti2.exe and it has a few options.
There are two I am interested in
bruti2.exe -hdbDump so I can back up the historical database
bruti2.exe -newBack so I can backup the system (Graphics etc).
There is no additional help with any of the command line options and I cant work out the syntax requried to get it to work.
Does anyone have any knowledge of this and can help me to get it working?
Thanks
Answers
From memory, you don't need to use anything except a standard batch file and the XDCdump utility. Using the command strings yuo should be able create the batch file and schedule it using standard Windows scheduler. See attached file for base command set of XDCdump.
Add new comment