I am looking for a solution to mirror a folder at every change by synchronizing it with another local folder (let's say C:\Data and C:\Mirror) : synchronize new files and modifications but do not synchronize suppressions.
I know this is possible with rsync (synchronize everything but suppressions), but I firstly would like to know if there is any built-in feature for that ?
Secondly, I saw it is possible to trigger tasks on events in the task scheduler, so is it possible to trigger this synchronization task when any change happens in the folder ?
The built-in versioning tool is not enough accurate (it only makes saves at 7:00 and 12:00).
The goal is to be able to avoid files suppressions mistakes on the server. If someone deletes a folder, he is able to recover it from the read-only folder where suppressions are not synchronized.
Thank you very much for you help!