Changes

From SME Server
Jump to navigationJump to search
12 bytes added ,  20:25, 2 August 2007
Line 51: Line 51:  
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@contribs.org:~username/ /tmp/test/
+
  rsync -avP username@shell.contribs.org:~username/ /tmp/test/
    
Now make your /tmp/test directory looks like what you wish to see on your contribs.org 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 contribs.org 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@contribs.org:~username/
+
  rsync -avP --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.
    
<noinclude>[[Category:Howto]]</noinclude>
 
<noinclude>[[Category:Howto]]</noinclude>

Navigation menu