diff options
Diffstat (limited to 'dev/archive')
-rw-r--r-- | dev/archive/mirroring.mdwn | 6 |
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/ |