Hello All,
I'm using SCO Openserver 5.06 and need to copy just under 50GB from one server to another. With it being such a large amount I've put both the servers on 1000Mbits to speed things up. Only problem is its taking nearly 4 hours which by my calculations is roughly 30mbits / sec.
I'm using the following command to transfer
rcmd ellisdb "cd /data/sys1; tar cf - . " | (cd /data/sys1/; tar xf -)
I think its the tar bit thats taking the time. Can anyone suggest a better way to do it?
Thanks,
James
I'm using SCO Openserver 5.06 and need to copy just under 50GB from one server to another. With it being such a large amount I've put both the servers on 1000Mbits to speed things up. Only problem is its taking nearly 4 hours which by my calculations is roughly 30mbits / sec.
I'm using the following command to transfer
rcmd ellisdb "cd /data/sys1; tar cf - . " | (cd /data/sys1/; tar xf -)
I think its the tar bit thats taking the time. Can anyone suggest a better way to do it?
Thanks,
James