When you enable the RavenDB 'Period Backup Set , RavenDB does the following:
- Backs up the entire database.
- In each interval (or "n" minutes), RavenDB performs an incremental backup (or delta backup) of all changes that have occurred since the last interval.
I like this configuration with one caveat.
Every week, I want to “clear the book” and get RavenDB to back up the entire database and resume creating incremental backups from this new starting point.
How can I do this in an automatic way?
source share