Results 1 to 2 of 2
we want to change an apache web server machine. how we take a backup of the old apache machine so that we get the same setting of users and files....
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-19-2010 #1Just Joined!
- Join Date
- Apr 2008
- Posts
- 15
changing apache server machine
we want to change an apache web server machine. how we take a backup of the old apache machine so that we get the same setting of users and files.
- 03-24-2010 #2
You didn't specify what flavor of OS your using... You'll at least have to move over /etc/passwd /etc/group and /etc/security/ The new machine should ideally create new users with the same group as the old machine; if not then it adds an extra step. Depending on your setup I would use either rsync or tar to copy the /home folder to the new machine.


Reply With Quote

