No, using gbak with -se service_mgr, then the restore works fine, with 
the correct size.

The C# code that I use is simple and in a basic console application. I 
use VS 2010 and .Net 4.0:

    FbRestore restore = new FbRestore();
    restore.ConnectionString = conStr;
    restore.BackupFiles.Add(new FbBackupFile(backupPath, 2048));
    restore.PageSize = 4096;
     restore.Options = FbRestoreFlags.Create | FbRestoreFlags.Replace;
     restore.Execute();







On 08/01/2011 19:53, Jiri Cincura wrote:
> If you use gbak via service_mgr is the backup same size?
>


------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to