[sf-lug] regular backups of SF-LUG list archive resumed

Michael Paoli michael.paoli at berkeley.edu
Sun Mar 2 17:41:59 PST 2025


For good (security) reason(s), sometime after approximately
2025-01-06T03:42:57
Rick Moen disabled public rsync server on linuxmafia.com.
Since the regular backups of the SF-LUG list archive from there to
the BALUG VM (which also hosts [www.]sf-lug.org) were using that,
that put that backup functionality out of commission for a bit.
Anyway, "fixed" that - the copy now does automatic failover from public
rsync to rsync over ssh,
so those regular backups have once again resumed.
The regular backups of the list roster weren't impacted
(those use wget to fetch encrypted file of the roster listing).
$ rcsdiff -r1.4 sf-lug.mbox_rsync+version_control
===================================================================
RCS file: RCS/sf-lug.mbox_rsync+version_control,v
retrieving revision 1.4
diff -r1.4 sf-lug.mbox_rsync+version_control
62a63
> rsync_via_ssh_opts="${rsync_opts:+$rsync_opts }"'--rsh=ssh'
100c101,106
< rsync $rsync_opts rsync://linuxmafia.com/sf-lug/sf-lug.mbox sf-lug.mbox
---
> rsync $rsync_opts rsync://linuxmafia.com/sf-lug/sf-lug.mbox sf-lug.mbox ||
> # failover from public rsync to rsync over ssh:
> rsync \
>       $rsync_via_ssh_opts \
>       linuxmafia.com:/var/lib/mailman/archives/public/sf-lug.mbox/sf-lug.mbox
\
>       sf-lug.mbox
$
http://linuxmafia.com/pipermail/sf-lug/2020q1/014502.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://linuxmafia.com/pipermail/sf-lug/attachments/20250302/b4f07a27/attachment.html>


More information about the sf-lug mailing list