|
| From: | Noah |
| Subject: | Re: [rdiff-backup-users] using rdiff-backup for server migration |
| Date: | Sun, 03 Sep 2006 11:25:58 -0700 |
| User-agent: | Thunderbird 1.5.0.5 (Macintosh/20060719) |
Keith Edmunds wrote:
On 09/03/2006 5:55:24 AM +0100 Noah <address@hidden> said: Keith, excellent suggestion. this is exactly what I am looking to do. I am wondering what the best suggested practices are to make sure that the group and user ids remain constant between the servers. Is it as easy as copying over /etc/group /etc/passwd and /etc/master.passwd I am trying to reduce the Possibility of screwing things up here. Any recommendations? Cheers, Noah oldsys # tar -C /var/www -cf - . | ssh newsys tar -C /var/www -xvf - (or use rsync or scp) and repeat for each tree of files you want to replicate. |
| [Prev in Thread] | Current Thread | [Next in Thread] |