Changes

Jump to navigation Jump to search
365 bytes added ,  18:25, 13 May 2009
m
Updating the rsync command to download only the bare minimum (--exclude 'contribs/' and --exclude='obsolete/')
Line 16: Line 16:  
  --max-delete 1000 ibiblio.org::Linux/distributions/smeserver/ /home/smeserver/
 
  --max-delete 1000 ibiblio.org::Linux/distributions/smeserver/ /home/smeserver/
   −
If you don't have the latest rsync then some of the options may cause issues
+
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:
(m,h) you are fine to remove any that aren't supported in your version of
+
 
rsync.
+
rsync -aHhimOSz --partial --timeout 300 --delay-updates --delete-after --delete \
 +
--max-delete 1000 --exclude 'contribs/' --exclude 'obsolete/' \
 +
ibiblio.org::Linux/distributions/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.
    
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!

Navigation menu