What can i use to journal writes to file system
- by Dmitry
Hello, all
I need to track all writes to files in order to have synchronized version of files on different place (server or just other directory, not considerable).
Let it:
all files located in same directory
feel free to create some system files (e.g. SomeFileName.Ext~temp-data)
no one have concurrent access to synced directory; nobody spoil…