I currently have 2 dedicated servers, both running Windows Server 2003.
The first server is being used as a web server simply to handle large file uploads, averaging about 130 files per day each at around 100MB in size.
The second server is there as a backup server in case anything goes wrong with the first one.
I need some software to perform file replication. Each file that's uploaded to server 1 needs to be replicated over to the backup server, right at the time of upload.
I haven't got bucket loads of cash to spend unfortunately so I'm looking for a cheap & reliable option.
Does anyone have any ideas?
Would DFS be an option?
You can run robocopy with the monitor option. This would detect any new files on server 1 and copy them to server 2.
The Job and Monitoring Options of RoboCopy