====== The Unix Archive ====== The Unix Archive is available via various protocols from several sites. We would love to have more mirrors of this archive. If you could provide a mirror of this site, please let [[wkt@tuhs.org|Warren Toomey]] know. | **FTP Access** | **Web Access** | |FTP access to the Unix Archive is available from: |Web access to the Unix Archive is available from: | |[[ftp://www.tuhs.org/]] in the U.S. |[[http://www.tuhs.org/Archive|www.tuhs.org]] in the U.S. | |[[:source:ftp.math.utah.edu|ftp.math.utah.edu]] in the U.S. |[[http://www.math.utah.edu/pub//mirrors/www.tuhs.org/|www.math.utah.edu]] in the U.S. | |[[:source:ftp.autistici.org|ftp.autistici.org]] in Italy. |[[http://www.autistici.org/UNIX-Archive/|www.autistici.org]] in Italy. | |[[:source:ftp.lug.udel.edu|ftp.lug.udel.edu]] in the US. |[[http://mirror.cc.vt.edu/pub/Ancient_Unix|mirror.cc.vt.edu]] in the U.S. | |[[:source:ftp.tux.org|ftp.tux.org]] in the US. |[[http://ftp.lug.udel.edu/pub/oldunix|ftp.lug.udel.edu]] in the U.S. | |[[:source:ftp.fibranet.cat|ftp.fibranet.cat]] in Catalonia. |[[http://ftp.fibranet.cat/UnixArchive/|ftp.fibranet.cat]] in Catalonia. | |[[:source:sunsite.icm.edu.pl|sunsite.icm.edu.pl]] in Poland. |[[http://internet10.com.mx/UnixArchive|internet10.com.mx/UnixArchive]] in Mexico. | |[[:source:ftp.uvsq.fr|ftp.uvsq.fr]] in France. |[[http://unixarchive.ulegend.net/|unixarchive.ulegend.net]] in Poland | |[[:source:pdp11.org.ru|pdp11.org.ru]] in Russia. |[[http://unix-archive.pdp11.org.ru|unix-archive.pdp11.org.ru]] in Russia. | |[[:source:ftp.darwinsys.com|ftp.darwinsys.com]] in Canada. |[[http://highgate.comm.sfu.ca/pups/|highgate.comm.sfu.ca]] in Canada. | |[[:source:ftp.ics.es.osaka-u.ac.jp|ftp.ics.es.osaka-u.ac.jp]] in Japan. |[[http://www.cc.uoa.gr/~plabrop/unix/archive/|www.cc.uoa.gr]] in Greece. | |[[:source:ftp.cs.tu-berlin.de|ftp.cs.tu-berlin.de]] in Germany. |[[http://unixarchive.cn-k.de/|unixarchive.cn-k.de]] in Germany. | |[[:source:mirror.interoute.net|mirror.interoute.net]] in England. |[[http://unix-archive.kalwun.de/|unix-archive.kalwun.de]] in Germany. | |[[:source:ftp.tuhs.org.ua|ftp.tuhs.org.ua]] in the Ukraine. | | |[[ftp://ftp.area536.com/mirrors/tuhs.org|ftp.area536.com]] in Finland. | | ====== Rsync Access ====== The Unix Archive can also be accessed via an rsync server on www.tuhs.org. See the [[http://rsync.samba.org/|rsync web page]] for details on how to obtain a client. The rsync access is divided into a number of categories in order to ease the load on the Unix Archive server. The categories are: |**Name** |**Holds** |**Size (Megs)** | |UA_Root |root files |5M | |UA_Applications |Applications directory |270M | |UA_Distributions |Unix distributions |1.7G | |UA_Documentation |Unix documentations |880M | |UA_Tools |Tools to work on old systems |20M | You can use rsync to mirror each section. To mirror the complete archive, you would issue the following commands: mkdir Applications Distributions Documentation Tools rsync -avz www.tuhs.org::UA_Root . rsync -avz www.tuhs.org::UA_Applications Applications rsync -avz www.tuhs.org::UA_Distributions Distributions rsync -avz www.tuhs.org::UA_Documentation Documentation rsync -avz www.tuhs.org::UA_Tools Tools \\