synching servers
March 21, 2006 6:38 PM Subscribe
How can I get my home server to synch with the server in my office?
I work at home 50% of the time, and I would like easy access to my work files. What I would like to do is set up two identical servers, one at home and one in my office, and I would like them to incrementally synch any changes every couple of hours. I would always be able to quickly access my files, and since the drives are essentially mirrors, I would always have a backup. Is there an easy way to do this?
posted by alball to computers & internet (7 answers total)
Current I use rsync running over ssh, the work machine connects to my home machine with a private ssh key, via an account that is limited to only kicking off the rsync daemon.
A few links that I used for reference:
http://www.jdmz.net/ssh/
http://killyridols.net/rsyncssh.shtml
Here's a rsync for windows howto, not something I've tried.
http://optics.ph.unimelb.edu.au/help/rsync/rsync_pc1.html
posted by beowulf573 at 6:43 PM on March 21, 2006