Subject | Re: [firebird-support] Making backups to a firebird DB, using 3rd party tools |
---|---|
Author | Martijn Tonies |
Post date | 2007-06-07T08:12:58Z |
> I believe nBACKUP allows you to close the database file while doing thenBackup will set the database file in such a mode, that the database server
> Filesystem copy without shutting down the database
knows it's being backed up at the level of a page-for-page copy (or delta).
The server then will stop modifying the database file and keep any
modifications
in a special file.
After nBackup has finished, it will notify the server, which will update the
database file and continue normal execution.
This makes nBackup much faster than a "logical backup", like gbak does,
which reads all data from the database by plain SQL.
Martijn Tonies
Database Workbench - tool for InterBase, Firebird, MySQL, NexusDB, Oracle &
MS SQL Server
Upscene Productions
http://www.upscene.com
My thoughts:
http://blog.upscene.com/martijn/
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com