Hello, I am using rsync over ssh to sync files between a high number of windows clients and 1 linux server. I have one ssh account per client on the server. I am looking into redundancy now. Does anyone use a similar setup and has redundancy. I am looking for some advices. Regards, Laurent
On Thu, 16 Jul 2009 08:47:17 -0700, Laurent Luce wrote:> I am looking into redundancy now. Does anyone use a similar setup and > has redundancy. I am looking for some advices.I'm not clear to what redundancy you're referring. Files common to multiple clients? Files unchanged from copy to copy on clients? Either way, --link-dest is your friend in this case. Or do you mean something else? - Andrew