User Tools

Site Tools


computing:backup:ahsay_migrate

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
computing:backup:ahsay_migrate [2014/02/08 11:04]
gcooper created
computing:backup:ahsay_migrate [2014/03/05 10:27] (current)
jcooper
Line 10: Line 10:
   - Shut down destination OBS   - Shut down destination OBS
   - Copy user folder to appropriate user home folder on new OBS   - Copy user folder to appropriate user home folder on new OBS
-    * <file>rsync -avzr --stats --delete --progress /opt/obs/user/backupuser root@newobs:/mnt/obs_homes_1/</file>+    * ''rsync -avzr --stats --delete --progress /opt/obs/user/backupuser root@newobs:/mnt/obs_homes_1/''
   - Restart destination OBS   - Restart destination OBS
   - Shut down client services   - Shut down client services
     * ''/etc/rc.d/init.d/obmaua stop''     * ''/etc/rc.d/init.d/obmaua stop''
     * ''/etc/rc.d/init.d/obmscheduler stop''     * ''/etc/rc.d/init.d/obmscheduler stop''
-  - Delete client ''.obm'' folder +  - Change Ahsay Backup Server in Windows Client 
-  - Restart client +    * Click on the user properties, remove the tick from 'remember password' then save and exit the client.  
-  - Log in as existing user on new server+    * Also make sure you exit the client from the systray. 
 +    * Now fire up the client and it'll ask for the password.  
 +    * On this panel you can also change the backup  
 +    * server URL by expanding the 'options' button. 
 +  - Delete client ''.obm'' folder (if you can't change the server in the GUI) 
 +  - Restart client services 
 +  - Log in as existing user connecting to new server 
 + 
 +==== Windows ==== 
 + 
 +http://forum.ahsay.com/viewtopic.php?t=5331 
 + 
 +=== Restart ACB Services === 
 + 
 +<file> 
 +net stop OBAScheduler 
 +net stop OBAAutoUpdate 
 +net stop OBACDPService 
 + 
 +net start OBAScheduler 
 +net start OBAAutoUpdate 
 +net start OBACDPService 
 +</file> 
 + 
 +=== Restart OBM Services === 
 + 
 +<file> 
 +net stop OBScheduler 
 +net stop OBAutoUpdate 
 +net stop OBCDPService 
 + 
 +net start OBScheduler 
 +net start OBAutoUpdate 
 +net start OBCDPService 
 +</file>
computing/backup/ahsay_migrate.1391882688.txt.gz · Last modified: 2014/02/08 11:04 by gcooper