How to automatically replicate or clone files in a given folder into another folder?

  • Thread starter Thread starter Roberto Rocco
  • Start date Start date
R

Roberto Rocco

Hello,

is it possible to have all files that are created, moved or copied in a
given directory be automatically copied into another directory?

Please note: I really want to have physically two files, not just a hardlink
of one file.

I need to work on files in two directories independently.

Is there any way to do this only using the given OS or NTFS methods, without
the need to write an own process using FileSystemWatcher?
(since FileSystemWatcher might miss events in case of many changes in a
short time)

Many thanks in advance.

Best regards,

Roberto Rocco.
 
Back
Top