On 01/24/2018 01:13 PM, Jari Fredriksson wrote:


Kevin A. McGrail <kmcgr...@apache.org> kirjoitti 18.1.2018 kello 14.35:

On 1/18/2018 7:17 AM, Dale Blount wrote:

FWIW, since the DNS publishing delay was added, my sa-update has run 
successfully each morning.

Thanks, Dale!

sa-update.bitwell.fi does the rsync minutely:

[sa-update@www ~]$ crontab -l
0-59 * * * * bin/sa-update-cron.sh


*/10 is fine. The timeout below could cause some overlap running every minute. Not major problem to be running up to 4 at time if the rsync server is down but something to consider.

[sa-update@www ~]$ cat bin/sa-update-cron.sh
#!/bin/sh

/usr/bin/rsync -av --timeout=280 -T /tmp -ta --delete rsync.spamassassin.org::updates 
site >/dev/null 2>&1


br. jarif


Dave

Reply via email to