Disk mirroring over a network

DougK62

Diamond Member
Mar 28, 2001
8,035
6
81
In my office I have three computers that are hooked up to our ~15 computer LAN with a T1. One is a webserver, one is a file server, and the other is my work computer. What I would like to do is have BOTH the file and web servers mirrored onto a single hard drive on my work computer. This would be a removable IDE hard drive that would be taken home with the boss every night. When I say mirrored, I mean that when a file is changed on the file or web servers that that file on the removable hard drive on my work computer will also be updated - so files are backed up automatically instead of me having to do it manually. This is how we want to keep a full backup of all of our data. Can anyone suggest some software to do this for me? Or maybe a good webpage/book where I can read about such things? Thanks for the help.

 

cmetz

Platinum Member
Nov 13, 2001
2,296
0
0
rsync is good. There's also a Windows port floating around if you need that, and rsync will run over OpenSSH.
 

skyking

Lifer
Nov 21, 2001
22,622
5,730
146
What are the Os's on the servers? If they are a bsd/unix, you can write a script that will do it.