-
Couldn't load subscription status.
- Fork 3
Description
Hi! This is more of a question/feature request.
Under the Import data section, there is this specific line of text:
If a document in your database is not affected by an import, it will remain in your database after the import.
I have a few collections that are a part of a collaborative tool for managing and creating files. Each document is only ever created, it is never updated. Whenever someone makes a change, they create a new document based on the existing document and the latest one is determined using timestamps.
As such, I only ever have to backup each document in my collection(s) once. Do you have any idea if it would be possible to backup only certain documents in a collection based on a timestamp, namely those created after the previous backup? Since my collections are ever-growing, unless I decide to retain only the X latest version, that would be very useful!