NBACKUP(1) | Firebird documentation | NBACKUP(1) |
nbackup - Physical backup manager for Firebird
nbackup allows making incremental backups of firebird databases. It also allows database files to be locked for copying with OS tools like cp(1).
Options of the -lock command:
Additional options to the -backup command:
Direct I/O may be useful when database is much larger that RAM, because in that case using buffered I/O may cause replacing useful cache contents with database file contents, which are generally read only once.
Additional -restore options:
Note: -restore should be the last argument to nbackup followed only by database and file names. All other options must precede -restore or will be interpreted as backup file names.
Additional documentation about nbackup and other Firebird utilities can be found on the Firebird Project website, <http://www.firebirdsql.org>.
Original idea is of Sean Leyne sean@broadviewsoftware.com. Designed and implemented by Nickolay Samofatov skidder@bssys.com. This work was funded through a grant from BroadView Software, Inc.
This manual page was written by Damyan Ivanov dmn@debian.org for the Debian project. Permission is granted to use this document, with or without modifications, provided that this notice is retained. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return.
2022-11-09 | Firebird 3.0 |