Realtime file-level mirroring from local NTFS to network drive
        Posted  
        
            by 
                hurfdurf
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by hurfdurf
        
        
        
        Published on 2010-10-15T21:40:17Z
        Indexed on 
            2011/01/17
            18:54 UTC
        
        
        Read the original article
        Hit count: 286
        
We have some data collection machines running WinXP. After a new file is written, we would like to immediately copy the new file to network storage (a NetApp CIFS share) automagically.
We need realtime or near realtime copies generated (copy upon filehandle close would be fine -- these are not long-running system logs). Two commercial applications I've found so far are MirrorFile and IBM's Tivoli CDP. Are there any reliable open source programs or simple ways to get Shadow Copy to do something similar?
Bonus points if it runs as a service.
© Server Fault or respective owner