diskrsync icon indicating copy to clipboard operation
diskrsync copied to clipboard

rsync for block devices and disk images

Results 9 diskrsync issues
Sort by recently updated
recently updated
newest added

I noticed that diskrsync was pretty flexible in finding `./diskrsync` at the remote end (it was not in the path). How is the remote called exactly, how does it try...

Hello! First of all, big thanks for this tool. You saved my life with this. Now, an enhancement request. Would it be possible to add `--offset` and `--size` options for...

Is there have data consistency check function?

Sometimes when copying a block device, you stumble upon bad sectors. It could happen with any drive, and it could be as small as 1 sector on the whole drive....

This is another take on the problem possibly solvable by #15 . It would be nice that if diskrsync had an option (eg `--append-before-checking`), which would implement this behaviour: If...

I would like to increase the tree size so that I can achieve a smaller block size on a 1 TiB transfer. Before I simply do so (and add a...

Can I use this utility to clone one block device to a remote block device rather than a remote file?

The help output is inconsistent. Looking at the code, it appears double dash is correct. --verbose VS -verbose ``` # diskrsync -h Usage of diskrsync: -calc-progress Write calc progress -no-compress...

Good job. Thank you.