Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
mirror [2011/01/15 13:48] – add rsyncd.conf example 81.245.97.147mirror [2011/01/15 16:19] 81.245.97.147
Line 7: Line 7:
 2. If your mirror offer fills a need (while we really appreciate it, it is unnecessary to have multiple mirrors at the same location using the same connectivity), the IP of your server will be whitelisted on the main rsync mirror. 2. If your mirror offer fills a need (while we really appreciate it, it is unnecessary to have multiple mirrors at the same location using the same connectivity), the IP of your server will be whitelisted on the main rsync mirror.
  
-3. You can then pull the archive tree using [[rsync://mocha.xfce.org/archive.xfce.org]], using a command like :+3. You can then pull the archive tree from [[rsync://mocha.xfce.org/archive.xfce.org]], using a command like :
   rsync --recursive --times --links --delete --delete-after rsync://mocha.xfce.org/archive.xfce.org/ /var/www/xfce-mirror   rsync --recursive --times --links --delete --delete-after rsync://mocha.xfce.org/archive.xfce.org/ /var/www/xfce-mirror
  
-4. Configure your mirror to regularly sync with the main rsync mirror. Here is an example with crontab :+4. Configure your mirror to regularly sync with the main rsync mirror. Here is an example with cron :
   42 * * * *    /usr/bin/rsync --quiet --recursive --times --links --delete --delete-after rsync://mocha.xfce.org/archive.xfce.org/ /var/www/xfce-mirror   42 * * * *    /usr/bin/rsync --quiet --recursive --times --links --delete --delete-after rsync://mocha.xfce.org/archive.xfce.org/ /var/www/xfce-mirror
  
Line 28: Line 28:
 6. Send the rsync module information and HTTP URL of your mirror to the mirror maintainers in order to have them add your mirror in MirrorBrain configuration. 6. Send the rsync module information and HTTP URL of your mirror to the mirror maintainers in order to have them add your mirror in MirrorBrain configuration.
  
-7. Look for you mirror in the mirrorlist on e.g. [[http://archive.xfce.org/xfce/4.8pre3/fat_tarballs/xfce-4.8pre3.tar.bz2.mirrorlist]]+7. Look for your mirror in the mirrorlist (e.g. on [[http://archive.xfce.org/xfce/4.8pre3/fat_tarballs/xfce-4.8pre3.tar.bz2.mirrorlist]])