Is there a way to check the integrity of repo against a revision?

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!

Thanks! I thought that command is only used for comparing two revisions. I should have tried it!

By the way, will this command actually compare the hash between the local repo and the storage? It seems that it doesn’t read the local disk a lot.

Oh I just found that there is a hash option… My bad

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.