At the moment I am backing up my Berkley DB databases by taking hard copies of the log/db files periodically. The problem with this approach is that I run out of disk space quite quickly. Is there a way of creating incremental backups, analogous to a transaction log in a relational database?
What I want is only one backup that can never be corrupted (i.e. no Environment Failures on startup).
Any ideas? Thanks.