Jump to content

Recommended Posts

Posted

Hi,

 

Does anyone know of any free software that will silently and automatically mirror the contents of a folder on one machine to a folder on another, preferably in real time (or near real time)?

 

Thanks.

Posted

Windows built in offline files option may be what you are looking for if the machines are connected via a network. Just share out the folder on one machine and set up the other computer to use offline files (right click on the folder and click "make avalible offline") Whenever the two computers can see each other they can synchronize the contents of the folders.

 

You can change the offline folders setting to sync periodically or on logon and log off. If the system is online and can see the 'server computer' (can be XP) it will just work on the shared copy then sync when you log off or tell it to.

Posted

An alternative (within the same workstation/server) would be to configure software RAID 1.

 

With two physical hard disks installed, the same information is copied to both drives offering some redundancy in the event one of the drives fail.

Posted
Another solution could be to create a batch file with the xcopy command. You could schedule this to run every 10 minutes (for example) using Scheduled Tasks.
Posted
Hi,

 

Does anyone know of any free software that will silently and automatically mirror the contents of a folder on one machine to a folder on another, preferably in real time (or near real time)?

 

Thanks.

 

I've used Microsoft's Robocopy utility before - not sure if it'll run completely silently, but it's a command-line utility, so there's probably ways to shut it up.

 

It's short for 'Robust file Copy', and has a huge number of options to do with mirroring, the intervals at which it carries out the checks, exclusions, copying of NTFS permissions etc.

 

It's a free utility, downloadable as part of lots of the Resource Kits. Wikipedia has a good page on it, and the download page on MS is here.

 

Stephen

  • Thanks 1
Posted
Hi,

 

Does anyone know of any free software that will silently and automatically mirror the contents of a folder on one machine to a folder on another, preferably in real time (or near real time)?

 

Thanks.

 

 

What OS? Where are the machines?

 

If it's Windows Server 2000 or 2003 then you can use DFS; if it's 2003 R2 or 2008 then you can use DFSR which is much better and gives pretty much near real-time replication.

 

"where" the machines are matters because DFS has a replication schedule - by default I think it's every 15 minutes for machines which are not on the same subnet (or, strictly, site) but it's pretty much instant for machines on the same site (as defined in your AD sites)

Posted
I would suggest taking a look at AllwaySync. I've used it in the past for folder syncronisation and it works really well. I just can't remember if it can be scheduled/automatic.
Posted (edited)

Thanks for the suggestions.

 

I'm really after something that will update the folder contents almost instantly, rather than on a schedule. Something similar to Instant Replicator from Exare (http://www.exare.com/content/view/12/34/), but for free.

 

Robocopy comes close (with the /MIR /MON:1 /MOT:1 /E switches), but it seems to rescan the whole folder tree every time a change is detected, no matter how small that change is. This can take quite a while on large folders, which is not really ideal.

 

What OS? Where are the machines?

Primarily it will be between an XP desktop machine and a 2K3 server, but I would also like to be able to sync folders between the XP desktop and an XP laptop as well.

 

I would suggest taking a look at AllwaySync.

I've used this in the past, but as far as I can remember, it doesn't sync in near real time, but rather at logon/logoff.

Edited by MrLudwig
Posted
Ok, just downloaded Allwaysync to take a look again. It does have have a feature to watch for changes and replicate them, although it does insist on a delay of a minute from the last change before replicating. Not sure if that is of any use to you...
  • Thanks 1
Posted
Ok, just downloaded Allwaysync to take a look again. It does have have a feature to watch for changes and replicate them, although it does insist on a delay of a minute from the last change before replicating. Not sure if that is of any use to you...

 

Thanks RobC, I may have to take another look at Allwaysync.

  • 11 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...