Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.
For more information and upcoming events around #dominoforever, please visit our Destination Domino Page
With Translog you can go back to any point in time but it creates a lot of translog entries for databases that change a lot.
As I understand it he wants to do a full backup of the database and then maybe a nightly backup that contains all the changes up to that date (but no intermediate state of the DB). Like a kind of diff you can do to see the differences in two source files.
Transaction logs are supposed to provide the incremental part. So you can configure a fullbackup e.g. at the weekend and then only take transaction log backups every couple of hours during the week. Both combined will provide the ability to restore the database by the day/hour/minute/second you like to have restored. Is this going to fix your needs ?