summaryrefslogtreecommitdiffstats
path: root/dev
diff options
context:
space:
mode:
authorPatrick McDermott <pehjota>2019-08-05 20:36:15 (EDT)
committer Patrick McDermott <pehjota>2019-08-05 20:36:15 (EDT)
commit88abe8041c14882ec5f6e3a9bd37da96f5ed3520 (patch)
tree65d1811944fcf9fb8431fb95403e9100897a0348 /dev
parentdb7718baf861cafc66f475aabbd79ebc3ec8ec91 (diff)
dev/archive/mirroring: Recommend 4x daily sync
Diffstat (limited to 'dev')
-rw-r--r--dev/archive/mirroring.mdwn6
1 files changed, 4 insertions, 2 deletions
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/