Subject RE: [firebird-support] database backup on a web server
Author Alan McDonald
> Hello
>
> I have a FB 1.5 db running on a remote web server. How would I back
> this up to my own local machine, bearing in mind that I do not own the
> web server. Can I use IBOConsole to do this? If so, how?
>
> Thanks for any help
>
> David

this command will get the database (your database on the server wherever it
might be) and create a backup on your local filesystem

gbak -b -user SYSDBA -pass masterkey server/port:drive:path/filename.fdb
c:\backupfilename.fbk


Alan