Does the copy command verify chunks and/or file consistency?

If doing a copy does it have the same effect as “check -chunks” and/or “check -files”?

1 Like

Yes, copy will verify each chunk downloaded from the source storage and then upload it to the destination, so it is equivalent to check -chunks.

Just to clarify, presumably only chunks that don’t already exist on the target are verified, since the other ones would never be downloaded and thus not verified? Is that correct?

Yes, that is correct.

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