diff options
author | Michael Scherer <misc@mageia.org> | 2011-01-21 14:10:25 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-01-21 14:10:25 +0000 |
commit | aff6487afd22008384296b37939bbad6008363e7 (patch) | |
tree | 31038b9f22122df687eebc04a4b63935e37e9fe5 /deployment | |
parent | 24d0d1d393e65ecc290e5ce2b216fb6c2412b286 (diff) | |
download | puppet-aff6487afd22008384296b37939bbad6008363e7.tar puppet-aff6487afd22008384296b37939bbad6008363e7.tar.gz puppet-aff6487afd22008384296b37939bbad6008363e7.tar.bz2 puppet-aff6487afd22008384296b37939bbad6008363e7.tar.xz puppet-aff6487afd22008384296b37939bbad6008363e7.zip |
enhance the README
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/main_mirror/files/mirror/README.mirroring | 29 |
1 files changed, 17 insertions, 12 deletions
diff --git a/deployment/main_mirror/files/mirror/README.mirroring b/deployment/main_mirror/files/mirror/README.mirroring index 213c10fe..bbd50ae6 100644 --- a/deployment/main_mirror/files/mirror/README.mirroring +++ b/deployment/main_mirror/files/mirror/README.mirroring @@ -7,42 +7,47 @@ This document describe the way to do a Mageia Mirror. -1) Prerequise +1) Prerequisite +--------------- -The expect size is around 700GB. +The expected size is around 700GB. -You need rsync software to synchronise the tree. +You will need rsync software to synchronise the tree. 2) Official source +------------------ -If you plan to create a public we encourage you to use one our Tier1 mirror. +If you plan to create a public mirror, we encourage you to use +one of our Tier1 mirror. -This servers synchronise the tree directly from the Mageia rsync server. +Theses servers synchronise the tree directly from the Mageia rsync server. o rsync://distrib-coffee.ipsl.jussieu.fr/mageia/ located in Paris (France) 3) Rsync options +---------------- -Ensure you're using a least this options: +Ensure you're using a least theses options: -a -H -We apreciate if theses options are also used: +We would appreciate if theses options are also used: --delete-after -S -Don't use compression and checksum option, they will overload the remote +Don't use compression and checksum options, they will overload the remote server -4) Automate +4) Automation +------------- -The tree must be synchronize at least every 2 hours. +The tree must be synchronized at least every 2 hours. Please ensure another rsync process is not started while first one is -still running. Use a lock file. +still running, by using a lock file. 5) Registering your mirror +-------------------------- TODO - |