Last weekend I promised to enable rsync access to the archives
(and mirrors) here.
I've set up the following rsync (no password required) archive sets here:
ftp : Public rsync access to
ftp://ftp.trailing-edge.com/ area
pdp-10-tape-images : public rsync access to the PDP-10 tape images,
i.e.
http://pdp-10.trailing-edge.com/
bitsavers-mirror : public rsync access to my local bitsavers mirror,
i.e.
http://bitsavers.trailing-edge.com/
Suggested rsync commands would be, for example:
mkdir ./pdp-10-tape-images
rsync -rlptu -v
www.trailing-edge.com::pdp-10-tape-images ./pdp-10-tape-images
mkdir ./ftp.trailing-edge.com
rsync -rlptu -v
www.trailing-edge.com::ftp ./ftp.trailing-edge.com
mkdir ./bitsavers-mirror
rsync -rlptu -v
www.trailing-edge.com::bitsavers-mirror ./bitsavers-mirror
Realistically the pdp-10-tape-images and ftp sites don't change often,
butm my bitsavers mirror is kept up to date.
I like to think my outgoing bandwidth (20 Mbit) is pretty much infinite,
this looks like a good way to find out :-)
ftp racks up to 3.5 Gbytes. PDP-10 tapes racks up to 2.2 Gbytes. And
bitsavers-mirror racks up to 126 Gbytes.
Tim.