Subject | Re: [firebird-support] Backup scheme? |
---|---|
Author | Vasily Vasilkov |
Post date | 2010-11-03T17:49:24Z |
> For an online system with moderate number of users (maybe 100 tops) butYou can try nbackup utility if you are using Firebird 2.X.
> large data volmes (> 100 million records in some tables, 35+ gigabyte
> FDB file), what would be the recommended backup scheme?
Nbackup allow you to make incremental backups of your database, for
example, your backup scheme may looks like:
backup level 0 - every month
backup level 1 - every week
backup level 2 - every day
backup level 3 - every hour
Read the manual here: http://www.firebirdsql.org/manual/nbackup.html