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