Changes

From SME Server
Jump to navigationJump to search
27 bytes added ,  16:53, 18 August 2007
Line 52: Line 52:  
Make sure you have a working copy of your contrib directory, for example to use rsync we will grab a copy by typing...
 
Make sure you have a working copy of your contrib directory, for example to use rsync we will grab a copy by typing...
   −
  rsync -avP username@shell.contribs.org:~username/ /tmp/test/
+
  rsync -avP --bwlimit 50  username@shell.contribs.org:~username/ /tmp/test/
    
Now make your /tmp/test directory looks like what you wish to see on your mirror.contribs.org/smeserver/contribs directory, if you wish to remove a contrib from your directory you can do so by typing the following...
 
Now make your /tmp/test directory looks like what you wish to see on your mirror.contribs.org/smeserver/contribs directory, if you wish to remove a contrib from your directory you can do so by typing the following...
   −
  rsync -avP --delete /tmp/test/ username@shell.contribs.org:~username/
+
  rsync -avP --bwlimit 50 --delete /tmp/test/ username@shell.contribs.org:~username/
    
And that's it now wait for mirrors to sync and have a beer.
 
And that's it now wait for mirrors to sync and have a beer.

Navigation menu