Subject | Re: {Disarmed} Re: [firebird-support] Using a batch file to run a nightly bakup using GBAK |
---|---|
Author | Michael Ludwig |
Post date | 2010-12-20T14:58:18Z |
SoftTech schrieb am 20.12.2010 um 07:53 (-0600):
define the requirements; and then implement them.
not GBAK. :-)
I'd tackle the issues separately:
First, define what you want GBAK to do, and get it to work without any
scripting, all by itself.
Then, code up a script that does some harmless echo commands to work
with a loop as per your requirements.
Finally, combine the two.
Michael
>Probably a batch script error.
> When I say the batch file does not work, I simply mean that GBAK does
> not execute and create the backup files.
> How do other developer setup a nightly backup of the database that isYou need some driver technology such as the Shell, or Perl, or VBScript;
> automated and uses GBAK to do it?
define the requirements; and then implement them.
> If other developers use a batch file to do this and could share whatGBAK is certainly on-topic. But the issue here is the batch script,
> they do that is what I need.
> If you still think this may be off topic, please let me know
not GBAK. :-)
I'd tackle the issues separately:
First, define what you want GBAK to do, and get it to work without any
scripting, all by itself.
Then, code up a script that does some harmless echo commands to work
with a loop as per your requirements.
Finally, combine the two.
Michael