We have a remote mount point that we are copying files to. Presently, with a single instance of rsync. The file tree has 100s of files -- what I'm trying to figure out is how to split that entire job up and use, for example, three connections to maximize our bandwidth and perhaps get the files copied over more quickly.
I'm not sure this could be done with rsync by itself, without a lot of tinkering.
Anyone have ideas about how to do this?
Thanks.
I'm not sure this could be done with rsync by itself, without a lot of tinkering.
Anyone have ideas about how to do this?
Thanks.