Nbackup 从远程别名进行备份

Nbackup taking backup from a remote alias

是否可以使用 nbackup 从远程机器备份到本地机器?我的数据库在服务器上,我需要使用 NBackup 将备份备份到我的本地 PC。

当我尝试时,不允许将备份路径提供给本地计算机。

Nbackup itself can only back up local databases. However, in Firebird 2.5 and above its backup and restore tasks can also be performed remotely through the Services Manager.

您可以使用gbak 将远程数据库备份到本地机器。

How to backup the remote database to a 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