Wondering if it's possible to add checksum verification or if xcp's parallelization prevents this?
By my testing xcp is by far the most performant option of the CP replacements.
However, https://github.com/thewh1teagle/mc (which is overall pretty incomplete) allows for checksum verification.
Crucially, the implementation doesn't require the file to be re-read from the sources, as the checksum is calculated during the initial transfer, and then compared when the destination file is read back.
Would absolutely love if this were to happen.
Wondering if it's possible to add checksum verification or if xcp's parallelization prevents this?
By my testing xcp is by far the most performant option of the CP replacements.
However, https://github.com/thewh1teagle/mc (which is overall pretty incomplete) allows for checksum verification.
Crucially, the implementation doesn't require the file to be re-read from the sources, as the checksum is calculated during the initial transfer, and then compared when the destination file is read back.
Would absolutely love if this were to happen.