22.06.2016 12:35, 'Martijn Tonies wrote: > > As per original example: > Here’s the command: > C:\Program Files\Firebird\Firebird_3_0>gbak -b -m -t -se service_mgr –v > -user sysdba -pas masterkey > "MARTIJN-WS-DEV/3054:e:\temp\2014 FB Conference.fdb" > "e:\temp\2014 FB Conference.bak" > > In my book, this -looks- like a connection string with host.
I understood you as that regular gbak does not work when the database is in use, so now you try the -se switch. > So I tried: > > C:\Program Files\Firebird\Firebird_3_0>gbak -b -m -t > -se "martijn-ws-dev/3054:service_mgr" Quotes are not needed here. > -v -user sysdba -pas masterkey > "e:\temp\2014 FB Conference.fdb" "e:\temp\2014 FB Conference.bak" Did you try using filenames without embedded spaces (and thus without quotes)? Dmitry
