diff options
author | Patrick McDermott <pehjota> | 2019-08-05 17:56:03 (EDT) |
---|---|---|
committer | Patrick McDermott <pehjota> | 2019-08-05 17:56:03 (EDT) |
commit | 46e61e0f36f22cd391349766f1e34a2edb2b4599 (patch) | |
tree | cffdbaa84209aa52cdde025040115c47a47e7150 | |
parent | 5e984763ce969d72f749c26b115046e59d9bee71 (diff) |
dev/archive/mirroring: Slightly clarify update frequency
-rw-r--r-- | dev/archive/mirroring.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev/archive/mirroring.mdwn b/dev/archive/mirroring.mdwn index c4f441b..072f70e 100644 --- a/dev/archive/mirroring.mdwn +++ b/dev/archive/mirroring.mdwn @@ -23,7 +23,8 @@ The following command will mirror the archive: $ rsync --recursive --times --delete --exclude .db \ > rsync://files.proteanos.com/proteanos /path/to/your/mirror/directory/ -Packages are moved from incoming into the archive four times daily. The +Packages are processed from the incoming queue into the archive four times +daily, so mirrors need not be updated more frequently than that. The [[archive_management_software|dev/pro-archman]] is [configured][arch-conf] to keep unreferenced files in the pool for one day, so mirrors must be updated at least once a day. Otherwise, during the update, some feed index files may |