blocksync
blocksync copied to clipboard
Block device sync between remote hosts. Based off http://www.bouncybouncy.net/programs/blocksync.py
If I run a script in crontab using blocksync with --workers it always fails: ``` Traceback (most recent call last): File "/root/bin/blocksync.py", line 415, in sync(i, srcdev, dsthost, dstdev, options)...
Changes ======= 1. In function do_create() change 'a' open mode to 'wb', as 'a' doesn't support unbuffered operation, and "ab" doesn't allow file shrink, only enlarge. 2. Do not create...
hello,i want to use this tool for vm migration. vm os is Windows. Can it support for Windows? Besides, this tool params is support bwlimit and Incremental sync? thanks~
Connected to https://github.com/theraser/blocksync/issues/9 > Add option to disable "DESTINATION WILL BE PERMANENTLY CHANGED!" #9 If the above change would be implemented it would make to sense to wait for a...
In the case of data with lots of repeated segments there could be an additional bandwidth savings from caching the block checksums and sending a CLONE directive to the far...
One usage of your script is to make backup of LVM volumes. Or more precisely snapshots of LVM volumes. This works quite well. However there are some security considerations that...
I have a network with high bandwidth but also high latency. Is this script suitable? I took a look at the code and it looks like the client asks the...
this is a really quick and dirty resume function by writing current filepos of every worker to file needed this because i wanted to sync really big files and when...
As some people already noticed I'm not able to maintain this still great script anymore. Please let me know if someone wants to take over this repo :slightly_smiling_face: I left...