Specific use case solved in this article
A suitable employee is requesting to restore the file that was yesterday / today / just-deleted, and now he needs blood-from-nose. At the same time, he does not remember the date of file creation, and he does not know the date of the last change and to know, because many different employees could work with the file at different times. And you need to restore, of course, the latest version.
Either the file yesterday / today / just-something accidentally and fatally edited / overwritten. And you need to restore, respectively, the penultimate version.
So, the source data:
- File name and address: at least approximately known
- Date of creation of the required file version: not known
- Backup daily, incremental or equal to it in resource intensity. Full and differential are not used due to the limited amount of disk space in the storage / receiver backups.
Source: https://habr.com/ru/post/303950/