Question: Validating data?

Because for during my trial i cant seem to find a way to contact you/the team, i am curious to know if duplicacy validates data now and then? So that if there are missing chunks or data, it reuploads them and shows me wich ones had problems and what was fixed?
Thanks!

The check command by default checks if all chunks referenced by a snapshot/backup exists. However, it doesn’t validate chunks. The only way to validate a backup is to run the check command with the -verify option which basically restores all files on the fly and compare their hashes with those in the snapshot.

See this thread about missing chunks.

Hello,

Is there really a -verify option to -check? I am not seeing it anywhere in the help etc. Nor can I get it to work :slight_smile:

Oops, I meant the -files option which will download every file and verify each has the correct hash. The ‘-verify’ option is something I’ve been thinking about which will verify each chunk (so that one chunk will be downloaded only once).

could I ask for a quick clarification on what you mean by “file”?

Is it the CHUNK file or are you talking about the original file before packing etc or ?

Thanks!!

I meant the original file before packing. Since multiple files in the same or different backups may share the same chunk, when you run check -files a chunk may be downloaded multiple times. The -verify option would not have this problem.

I see. I like the -verify option :slight_smile: