Greetings!
I'm trying to do a backup from a client PC using fbsvcmgr.
My database.config:
cfp = n:\ledb\cfp\lumber.fdb
{
SecurityDatabase = c:\ledb\sec\security3-cfp.fdb
}
My batch file:
fbsvcmgr.exe
10.48.230.1/3050:service_mgr -user SYSDBA -password masterkey action_backup -dbname cfp -bkp_file stdout > "\\10.48.230.1\cfp\MEBUs\ME20230930\lumber.fbk"
pause
The error:
I believe I have to use the expected_db switch (I had to with IB Expert) but can't figure out how to use this switch. I get an "invalid switch" error.
Firebird 3.05.
Any suggestions would be greatly appreciated!
Best Regards,
Kevin