Can I set a specific version to be kept indefinitely?

I was wondering if there is some way to mark a specific version to be kept permanently outside of the normal retention policy.

The scenario is that a user made a bunch of changes to the source dataset (theoretically just changing filenames and paths, but haven’t been able to verify that nothing got deleted by accident) over the weekend and I’d like to set Friday’s snapshot to be kept indefinitely since it’s the last known “good” version and it’ll possibly be years before somebody actually notices something got messed up with his changes.

Thanks!

Currently there is not a way to flag a specific backup as “never delete.” What backup versions get pruned is entirely up to the retention policy.

It’s not a great verification, but if the idea was that no files should have been deleted, look at the logs:

image

Moves will look like delete and add, but Examined file count and size seems like they should be stable.

The COMPARE command can compare the view before-and-after rearrange. Might take some looking.

You could have made a separate backup earlier with clone-and-edit config to keep the “before” version.
That’s still sort of an option, but you’d need to restore (good to practice this anyway), then do a backup.
Or if you think it’ll be lots of years, maybe even safer would be just a more future-proof copy or .zip file.

Verification of no-change-but-reorgs could probably be done with a tool specialized in finding duplicates after you do restore of the before-and-after views. In theory all you need is a sorted list of all file hashes, which should be exactly identical. The problem with any of these ideas is making sense of any issues…

which means check your retention policy to make sure the valued version doesn’t get chopped out soon.

Another approach to preserving it is to archive the Duplicati backup files, and preferably its Database too.