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.
 
Hello Roberto,

You can setup DFS in your domain.

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
 

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

Back
Top