I wonder if there is a way to check the integrity or list the difference between the current files in a repo and the snapshot in a storage. duplicacy check
will only check the integrity of the chunks in the storage, while duplicacy restore
will override existing files rather than telling me which file consistent and which file is not.
Thanks in advance!