Script Needed! Will pay

Matt McCutchen hashproduct at verizon.net
Fri Feb 3 01:00:23 GMT 2006


On Thu, 2006-02-02 at 14:50 -0900, Gary P wrote:
> Hello Everyone
>  
> I need to restore 1 server to another and need a script

This is very easy to do.  Run the following on server 1:
	rsync -a --files-from=my-list / user2 at server2:/
or the following on server 2:
	rsync -a --files-from=my-list user1 at server1:/ /
where file "my-list" in your working directory contains:
	/etc/group
	/etc/domainalias
	[etc. -- no pun intended]

-- 
Matt McCutchen
hashproduct at verizon.net
http://mysite.verizon.net/hashproduct/



More information about the rsync mailing list