As of 8 August 2003, these are the only "official" mirrors.
There are a lot of sites mirroring outdated packages. The SUNSITE/ibiblio archives are *not* up to date.

Please let me know if you want your site added to the mirror list.

Site: Wiretapped Computer Security Software
Location:Sydney, Australia
URL http://the.wiretapped.net/security/operating-systems/trinux/ Site:PacketStorm Mirror
http://packetstorm.secuz.org/linux/trinux/
http://packetstormsecurity.nl/linux/trinux/pkg/
These are the URLs that would need to be mirrored:
  • http://trinux.sf.net/pkg/ - Packages
  • http://trinux.sf.net/kernel/ - Kernel and Configs
  • http://trinux.sf.net/modules/ - Kernel Modules
    Here is the script the good folks at wiretapped.net are using to mirror trinux using lftp
    
    cd /path/to/trinux/kernel/
    
    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/
    
    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/modules/
    
    lftp -e 'set net:max-retries 5 && set net:idle 60 && set
    net:timeout 60 && o http://trinux.sourceforge.net/modules/ && mirror --delete --verbose && quit'