[TUHS] TUHS: Maintenance, Succession and Funding
Arnold Robbins via TUHS
tuhs at tuhs.org
Sun Apr 19 18:50:25 AEST 2026
I'm still working my way through this thread. I do want to point out
that it's trivial for any individual to mirror TUHS; you just need
rsync and about 13 Gig of space. I've been running a script to do
so, weekly, for decades.
----------- cut here -----------------------
for i in Applications Distributions Documentation Tools Unix_Usenet
do
if [ ! -d $i ]
then
mkdir $i
fi
done
rsync -avz minnie.tuhs.org::UA_Root .
rsync -avz minnie.tuhs.org::UA_Applications Applications
rsync -avz minnie.tuhs.org::UA_Distributions Distributions
rsync -avz minnie.tuhs.org::UA_Documentation Documentation
rsync -avz minnie.tuhs.org::UA_Tools Tools
rsync -avz minnie.tuhs.org::Unix_Usenet Unix_Usenet
----------- cut here -----------------------
Arnold
Jay Logue via TUHS <tuhs at tuhs.org> wrote:
> On 4/18/26 02:46, Warren Toomey via TUHS wrote:
> > Well, it didn't take long to hit the target, and I left it open until
> > we reached twice the amount that we need for a year: that will give us
> > some buffer in case the costs rise and/or we want to increase the size
> > of the VM disk space etc.
>
> Glad to hear this. I missed the opportunity to contribute, but I stand
> ready when you need more.
>
> Given the apparent appetite for contributing, maybe some thought should
> be given to channeling a portion of that towards the mirrors? Not sure
> the best way to go about this; perhaps its just encouraging them to
> setup their own funding efforts (to which I would gladly contribute).
> But has people have observed elsewhere, I think the mirrors are an
> important part of ensuring access to Unix history.
>
> Thank you for all that you do, Warren.
>
> --Jay
>
More information about the TUHS
mailing list