Is it possible to have some sort of tool to mirror all files written to a particular folder.
BUT, if that source folder deletes files, leave the mirror folder alone.
|
Is it possible to have some sort of tool to mirror all files written to a particular folder. BUT, if that source folder deletes files, leave the mirror folder alone. |
|||
|
|
|
Use windows scheduler to run robocopy at a scheduled interval, it will only copy files with newer timestamps and therefore should leave it alone if it gets deleted. Robocopy is built into W7
fft - timestamp |
|||
|
|