Firebird 3.0.11 64bit, Windows 11 Pro.
When use nbackup for doing backup, using db alias, I get error:
nbackup.exe -BACKUP 0 localhost/3055:myDBalias "F:\Temp\backup.nbk" -user XXX-password xxx
Error opening database file: c:\FB\bin\MYDBALIAS
-The system cannot find the file specified.
nbackup tries to find a database file in the location from where we are running this command (c:\FB\bin) with the same name as alias (MYDBALIAS ).
The same command with a direct path and database name instead of alias does the job.
The nbackup documentation says that db aliases can be used. What am I doing wrong?
Firebird 3.0.11 64bit, Windows 11 Pro.
When use nbackup for doing backup, using db alias, I get error:
nbackup tries to find a database file in the location from where we are running this command (c:\FB\bin) with the same name as alias (MYDBALIAS ).
The same command with a direct path and database name instead of alias does the job.
The nbackup documentation says that db aliases can be used. What am I doing wrong?