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

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top