Description
Submitted by: Luciano França (luciano_f)
Attachments:
backup-using-services-when-spaces-or-special-characters-are-used.png
I am trying to automate a Gbak process but I need it to be run on the server and this is not possible if the destination directory is a folder with space in the writing such as '"E: \ Data Expert' or" E: \ You " that is, if there is space or accentuation, gbak does not work as -SE, but if it is not as a service, it normally works using double quotes in the path
Example :
gbak -v -user SYSDBA -pas masterkey -se Localhost:service_mgr "E:\DataExpert\DATA.FDB" "E:\DataExpert\Backup.fbk" It works
gbak -v -user SYSDBA -pas masterkey -se Localhost:service_mgr "E:\Data Expert\DATA.FDB" "E:\Data Expert\Backup.fbk" Bug
gbak: ERROR:multiple sources or destinations specified
gbak: ERROR: Exiting before completion due to errors
gbak:Exiting before completion due to errors