Subject | RE: [firebird-support] database backup on a web server |
---|---|
Author | Alan McDonald |
Post date | 2005-02-18T22:39:25Z |
> Hellothis command will get the database (your database on the server wherever it
>
> 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
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