At 04:03 AM 30/04/2012, you wrote:
>How the local computer on the network backup server machine I get the firebird 
>database?
>You send the sample code in delphi.?
>IBDAC containing component.
>OR
>FIBPLUS containing component.
>
>gbak -v  -t -user SYSDBA -password "masterkey"   -y C:\backup.log 
>192.168.1.2:D:\DATA\2007\muhasebe.fdb c:\MUHASEBEnet.fbk
>
>
>server machina IP:192.168.1.2
>local machine  IP:192.168.1.4

Requires access via the Services Manager:

gbak -b -se 192.168.1.2:service_mgr D:\DATA\2007\muhasebe.fdb 
c:\MUHASEBEnet.fbk -user SYSDBA -password masterkey -y C:\backup.log

Note, the log will be written to the C drive on the local machine.  If you want 
it written to the remote machine, you need the node name for the remote server 
and a shared location to write it to, e.g. -y \\OurBackup\C:\backup.log

>GBak local computer with the command on the host computer can receive a backup 
>firebird.
>
>But I can not use the same fibplus with delphi.
>But I can not use the same IBDAC with delphi.

FIBPlus has service components wrapping the Services API.  Ask for code samples 
on their user forum, or read documentation.

I don't know about IBDAC.

./heLen


Reply via email to