From: Matthew F. <mf...@ci...> - 2001-11-16 16:34:14
|
Folks, To clear up some of the confusion, I have wiped clean the mirrors page (http://trinux.sf.net/mirrors.html) so that it is now up to date and accurate. If you are interested in being added to this list (or put back on this list) let me know. Here is the script the folks at wiretapped.net are using to mirror trinux with lftp (see freshmeat for the tool) Thanks -mdf ---- cd /path/to/trinux/boot/ /usr/local/bin/lftp -e 'set net:max-retries 5 && set net:idle 60 && set net:timeout 60 && o http://prdownloads.sourceforge.net/trinux/ && mirror --delete --verbose && quit' cd /path/to/trinux/kernel/ /usr/local/bin/lftp -e 'set net:max-retries 5 && set net:idle 60 && set net:timeout 60 && o http://trinux.sourceforge.net/kernel/ && mirror --delete --verbose && quit' cd /path/to/trinux/pkg/ /usr/local/bin/lftp -e 'set net:max-retries 5 && set net:idle 60 && set net:timeout 60 && o http://trinux.sourceforge.net/pkg/ && mirror --delete --verbose && quit' cd /path/to/trinux/util/ /usr/local/bin/lftp -e 'set net:max-retries 5 && set net:idle 60 && set net:timeout 60 && o http://trinux.sourceforge.net/util/ && mirror --delete --verbose && quit' |