Changes

Jump to navigation Jump to search
112 bytes added ,  21:15, 3 January 2008
Line 64: Line 64:  
Next, tar/zip up the lists.
 
Next, tar/zip up the lists.
 
  tar -czvf /temp/mailman.tar.gz /var/lib/mailman
 
  tar -czvf /temp/mailman.tar.gz /var/lib/mailman
Next, transfer it onto the new server.
+
Next, transfer it onto the new server using scp or rsync:
 
  scp -P <sshportnumber> /temp/mailman.tar.gz <newserverip>:/var/lib
 
  scp -P <sshportnumber> /temp/mailman.tar.gz <newserverip>:/var/lib
 +
or
 +
rsync --progress -te "ssh -p <sshportnumber>" /temp/mailman.tar.gz <newserverip>:/var/lib
    
NEW SERVER
 
NEW SERVER
Line 82: Line 84:  
  /etc/init.d/mailman start
 
  /etc/init.d/mailman start
   −
All your lists and lists' configurations should now be available at: http://domain.name/mailman  
+
All your lists and lists' configurations should now be available at: http://domain.name/mailman
    
=== For more information ===
 
=== For more information ===
227

edits

Navigation menu