Subject | Re: [firebird-support] Re: nbackup Problems |
---|---|
Author | Ivan Prenosil |
Post date | 2007-11-06T12:52:05Z |
> However I think this IS a bug in nbackup:Right, nbackup first connects to the database using normal FB API
> It CAN attach to the database. (Using the alias. And I think, it did.
> Just to get the real database filenme.)
> It CAN access the file (running as root and having the correct
> filename).
> BUT it seems to reattch to the database using the full filename
> instead of the alias used earlier.
to switch it into "physical copy mode", and there is no problem.
Then it tries directly open db file to make the copy, and here it fails
if the DatabaseAccess is None. I think it is a bug if tool like nbackup
makes this kind of check.
Ivan