• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Disk mirroring over a network

DougK62

Diamond Member
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.

 
rsync is good. There's also a Windows port floating around if you need that, and rsync will run over OpenSSH.
 
Back
Top