Changes

Jump to navigation Jump to search
39 bytes removed ,  23:15, 7 February 2011
m
Update rsync source
Line 11: Line 11:     
  rsync -aHhimOSz --partial --timeout 300 --delay-updates --delete-after --delete \
 
  rsync -aHhimOSz --partial --timeout 300 --delay-updates --delete-after --delete \
  --max-delete 1000 ibiblio.org::Linux/distributions/smeserver/ /home/smeserver/
+
  --max-delete 1000 distro.ibiblio.org::smeserver/ /home/smeserver/
    
Above command will download all releases including the obsolete ones as well as the contribs section, you can exclude them by using the following line:
 
Above command will download all releases including the obsolete ones as well as the contribs section, you can exclude them by using the following line:
Line 17: Line 17:  
  rsync -aHhimOSz --partial --timeout 300 --delay-updates --delete-after --delete \
 
  rsync -aHhimOSz --partial --timeout 300 --delay-updates --delete-after --delete \
 
  --max-delete 1000 --exclude 'contribs/' --exclude 'obsolete/' \
 
  --max-delete 1000 --exclude 'contribs/' --exclude 'obsolete/' \
  ibiblio.org::Linux/distributions/smeserver/ /home/smeserver/  
+
  distro.ibiblio.org::smeserver/ /home/smeserver/  
 
If you don't have the latest rsync then some of the options may cause issues (m,h) you are fine to remove any that aren't supported in your version of rsync.
 
If you don't have the latest rsync then some of the options may cause issues (m,h) you are fine to remove any that aren't supported in your version of rsync.
   Line 29: Line 29:  
In example:
 
In example:
 
  1 */2  * * *  root rsync -aHhimOSz --partial --timeout 300 --delay-updates --delete-after --delete \
 
  1 */2  * * *  root rsync -aHhimOSz --partial --timeout 300 --delay-updates --delete-after --delete \
  --max-delete 1000 ibiblio.org::Linux/distributions/smeserver/ /home/smeserver/
+
  --max-delete 1000 distro.ibiblio.org::smeserver/ /home/smeserver/
    
After your mirror is synced, let us know by filing a bug report on bugs.contribs.org under the website category or by following {{BugzillaFileBug|product=contribs.org%20web%20site|component=Unknown|comment=I%20would%20like%20to%20host%20a%20mirror%20for%20contribs.org.%20The%20root%20address%20of%20my%20mirror%20is:|summary=New%20mirror%20location|title=this link}}. Thanks!
 
After your mirror is synced, let us know by filing a bug report on bugs.contribs.org under the website category or by following {{BugzillaFileBug|product=contribs.org%20web%20site|component=Unknown|comment=I%20would%20like%20to%20host%20a%20mirror%20for%20contribs.org.%20The%20root%20address%20of%20my%20mirror%20is:|summary=New%20mirror%20location|title=this link}}. Thanks!
board
414

edits

Navigation menu