I need to backup or clone one remote firebird database or export it to Sql server

空扰寡人 提交于 2019-12-12 03:58:58

问题


I have a legacy system using a remote Firebird 2.5 database. I need to clone this database for backup. I do not have access to file system of the server, I can only access it with connection string.

How can I do this?


回答1:


You can use GBAKcommand to backup remote database to local hard disk.

Here's the GBAK command:

gbak -b -v 192.168.0.20:/dbases/mydb.fdb C:\mybackup.fbk -user SYSDBA -pass 123456



来源:https://stackoverflow.com/questions/43472517/i-need-to-backup-or-clone-one-remote-firebird-database-or-export-it-to-sql-serve

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!