![]() |
|
![]() | ||
|
Subject:
Windows program to synchronize 2 servers
Category: Computers > Internet Asked by: cym-ga List Price: $20.00 |
Posted:
25 Mar 2004 10:40 PST
Expires: 24 Apr 2004 11:40 PDT Question ID: 320452 |
Hello, I need a program that will synchronize a big folder between 2 computers over the Internet. The operating system on both is Windows 2000. The folder to be synchronized is 60 GB, and constantly has people adding or deleting files, so it would be best if it could somehow detect changes automatically rather than search for them. Anyhow, I need something that is inexpensive, $100 US or less, please. If you see anything for more than that then let me know, altough it probbly isnt an option. Please do not recommend FTP synchronization. I know about it and it is not viable for certain reasons. A program that uses encryption is preferred. | |
| |
|
![]() | ||
|
There is no answer at this time. |
![]() | ||
|
Subject:
Re: Windows program to synchronize 2 servers
From: aht-ga on 25 Mar 2004 17:33 PST |
As the servers are in colocation centres, and therefore must have high availability, then the likelihood that a sub-$100 solution will meet your needs is low. In the <$100 part of the market, the solutions are geared towards client-level synchronization; while some of the software can be used on servers that can be restarted periodically, generally anything that is robust enough to run as a service 24x7 will be several hundreds of dollars per license (and you will need two licenses to cover the two machines). In the >$100 segment, one that I have used myself is SureSync (http://www.suresync.com ). It meets all of your stated requirements, but goes for US$495/server. Well worth it, in my opinion, but easily ten times your budgeted amount of $100. In the <$100 segment, a low-cost solution is FolderClone (http://www.folderclone.com ). At US$28, though, it is geared towards workstation folder synchronization as opposed to high-availability server mirroring. It uses Windows' native API for reading and writing files across a network connection; while it can use TCP/IP over the Internet, the file transmissions will not be encrypted. Technically, you can install this on a single workstation, and have that workstation connect to both servers over the Internet; then, the workstation would be responsible for detecting changes on either server, and mirroring those changes across to the other server. However, because this is inherently insecure and cannot be sustained if there are a lot of changes going on all the time, I cannot recommend this to you given your criteria. Therefore, I am posting this information here as a comment, in case any of it is of value to you. If you wish to revise your criteria, I can provide you with an Answer centered around SureSync as the solution. Regards, aht-ga Google Answers Researcher |
Subject:
Re: Windows program to synchronize 2 servers
From: menno-ga on 28 Mar 2004 23:23 PST |
As you are looking for a cheap solution, try the tool RSYNC. It uses SSH (encryption) to syncronize servers. It compresses the data for you. And it also syncronizes patitial files (if you only change a few pages in a large Text document). I am using it on a 256kbit DSL connection everyday (as backup). Both sides have about 10 GB of data. Syncronization takes about 1 to 2 minutes. But if you have large changes, it will be slower. !! Please be aware that the wrong commandl-line switches will wipe your entire harddrive. Please test it very carefully !! For the Windows version of RSYNC you might want to take a look at this page: http://www.itefix.no/cwrsync/ (new version) or http://optics.ph.unimelb.edu.au/help/rsync/rsync_pc1.html (old version, but very very small) |
Subject:
Re: Windows program to synchronize 2 servers
From: scoobiesnack-ga on 29 Mar 2004 15:00 PST |
The simplest answer on Windows is to use Active Directory. You need to setup a Domain Controller (DC) on any Windows Server platform. If this is not viable, you optionally have the following: * Concurrent Versioning System (CVS) * Subversion (some say it is superior to CVS) With CVS you can schedule CVS repository synchronization at any time you choose. With Active Directory you can use a Distributed File System, which is the preferred route. It also supports encryption and integrates with NT Authentication (NTLM) or Kerberos. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |