From 88abe8041c14882ec5f6e3a9bd37da96f5ed3520 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 05 Aug 2019 20:36:15 -0400 Subject: dev/archive/mirroring: Recommend 4x daily sync --- diff --git a/dev/archive/mirroring.mdwn b/dev/archive/mirroring.mdwn index 2f60568..618d721 100644 --- a/dev/archive/mirroring.mdwn +++ b/dev/archive/mirroring.mdwn @@ -57,7 +57,8 @@ Primary mirrors are those that synchronize directly from rsync and may also serve over anonymous FTP as defined by [IETF RFC 1635][rfc1635] with no password requirements. -Run the following command one to four times daily to synchronize your mirror: +Run the following command one to four times (four times preferred) daily to +synchronize your mirror: $ rsync --recursive --times --delete --exclude .db \ > rsync://files.proteanos.com/proteanos /path/to/your/mirror/directory/ @@ -71,7 +72,8 @@ HTTP and may also serve over anonymous FTP as defined by [IETF RFC 1635][rfc1635] with no password requirements. Private mirrors may serve over either protocol. -Run the following command one to four times daily to synchronize your mirror: +Run the following command one to four times (four times preferred) daily to +synchronize your mirror: $ rsync --recursive --times --delete --exclude .db \ > ${src} /path/to/your/mirror/directory/ -- cgit v0.9.1