Changes

Jump to navigation Jump to search
11 bytes removed ,  02:50, 1 September 2007
m
corrected paths
Line 20: Line 20:  
On the server to be backed up (server1) do
 
On the server to be backed up (server1) do
 
  mkdir -p /temp
 
  mkdir -p /temp
 +
mv /home/e-smith/files/users /temp
 
  mv /home/e-smith/files/ibays /temp
 
  mv /home/e-smith/files/ibays /temp
mv /home/e-smith/files/users /temp
      
Perform backup to desktop on server1 using the standard server manager panel
 
Perform backup to desktop on server1 using the standard server manager panel
    
Then on server1 do
 
Then on server1 do
  mv /temp/ibays /home/e-smith/files/ibays
+
  mv /temp/users /home/e-smith/files/
  mv /temp/users /home/e-smith/files/users
+
  mv /temp/ibays /home/e-smith/files/
      Line 41: Line 41:     
You should now have a second server (server2) which is identically configured to server1 (except for changes that were made) but without User & Ibay data. Note that the user & ibays will exist in server manager and in the file structure, but they will be empty.
 
You should now have a second server (server2) which is identically configured to server1 (except for changes that were made) but without User & Ibay data. Note that the user & ibays will exist in server manager and in the file structure, but they will be empty.
      
==='''Copying data to the restored server'''===
 
==='''Copying data to the restored server'''===
624

edits

Navigation menu