Subject | Re: Fix GBAK bug about filenames with spaces, when using ServiceManager? |
---|---|
Author | robertgilland |
Post date | 2007-12-20T22:26:20Z |
Why don't you call:
Why don't you call :
"C:\progra~1\firebird\bin\gbak.exe" -b -se localhost:service_mgr -
user sysdba -pas mypwd
-y "C:\progra~1\donation2\backup.log"
"C:\Progra~1\Donation2\data\donation4.db"
"c:\Progra~1\donation2\backup\donation4.gbk"
That should work, this is really a bug in windows allowing spaces in
file names ro start with.
Kind Regards, Robert.
Why don't you call :
"C:\progra~1\firebird\bin\gbak.exe" -b -se localhost:service_mgr -
user sysdba -pas mypwd
-y "C:\progra~1\donation2\backup.log"
"C:\Progra~1\Donation2\data\donation4.db"
"c:\Progra~1\donation2\backup\donation4.gbk"
That should work, this is really a bug in windows allowing spaces in
file names ro start with.
Kind Regards, Robert.
> My Command:
>
> gbak -b -se localhost:service_mgr -user sysdba -pas mypwd
> -y "C:\program files\donation2\backup.log"
> "C:\Program Files\Donation2\data\donation4.db"
> "c:\Program Files\donation\backup\donation4.db.gbk"
>
>