Is it possible to create the backup-file (the .fbk-file) of a server-database on the client where the backup is started?
If I specify
Code: Select all
BackupService.Database := 'E:\ServerDb.fdb';
BackupService.Server:='MyServer';
BackupService.BackupFile.Clear;
BackupService.BackupFile.Add('C:\test.fbk');
Obviously it must be possible, because I can simply run gbak from a bat-file to do that.
But: is it also possible with IBDac or do I have to run the batch-file?