On Mon, May 19, 2008 at 1:15 PM, Roman Rybalko
<[EMAIL PROTECTED]> wrote:
> Laurent GUERBY wrote:
>> On Mon, 2008-05-19 at 13:29 +0400, Roman Rybalko wrote:
>>
>>> Switching nodes?
>>> How about:
>>> [EMAIL PROTECTED]:~# tar jcv . | nc gcc17 34345
>>> [EMAIL PROTECTED]:~# nc -l -p 34345 | tar jxv
>>>
> Can I copy 300M gcc14 -> gcc17 once a day ?

Try to use rsync between data centers if the content is mostly static. Example:
rsync --bwlimit=10000 --archive --verbose --compress --rsh=ssh
$HOME/bin/ gcc12:bin/

_______________________________________________
Gcc-cfarm-users mailing list
Gcc-cfarm-users@gna.org
https://mail.gna.org/listinfo/gcc-cfarm-users

Reply via email to