Question about backup/restore service

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
dehorter
Posts: 45
Joined: Fri 16 Oct 2009 13:53

Question about backup/restore service

Post by dehorter » Sun 30 May 2010 07:57

Hi

a new option appears UseNBackup

but help is not very clear about it.

what is the advantage/disavantage to use it ?

according to test i pratice (very few :roll: ), it seems that the "standard" backup have a smaller size and works on backgroud whereas the nbackup seems modal ?

regards
olivier

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Mon 31 May 2010 07:22

You can find information about NBackup service by the following link:
http://tracker.firebirdsql.org/browse/DNET-224

dehorter
Posts: 45
Joined: Fri 16 Oct 2009 13:53

Post by dehorter » Mon 14 Jun 2010 14:43

Hi

thanks for the answer

may i ask something more ? :oops:

i read that with UseNBackup set to True, the backup can be done ONLY in the host machine.

Is it also the case with the UseNBackup set to false ? (it seems yes)


i used the the both way, the size of the backup file is totaly different
original size : 6 G
UseNBackup = true : 6 G
UseNBackup = False : <3G

why such difference ?


regards

olivier

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Mon 14 Jun 2010 15:52

Yes, IBCBackupService backs a database up on the host machine. This behaviour is connected with the specificity of InterBase server, and not with IBDAC.
Sizes of the backup files are different because the files have different format. You can learn more about this in the InterBase server documentation.

Post Reply