![]() |
Multi-threaded rsync ?
Hello,
I want to copy a folder from one server to another, the folder is full of small files and it goes very slow because of that. I've been looking around for a thing like a multi-treaded rsync to copy faster but I haven't found anything. Can somebody help me on this? thanks. |
it's a job to do only once? If so, there's my tip: zip/tar the files in the source, copy/move the package created, and extract it on the destination
|
its a 70gb directory in a disc without free space, so there is no space for the resulting tar file. :(
|
Quote:
|
You can use tar in conjunction with netcat to do this job. Have a look here.
|
Quote:
What happens if the server is not side by side with the coffee machine? Sorry, just kidding, probably in 10 hours or so it will be done with rsync, I was just wondering if there is a way to parallelize rsync to use all the cores from a host. |
Quote:
In this case I will have to copy all again in case of an updated file. Nice approach anyway. |
| All times are GMT -5. The time now is 03:48 PM. |