资 源 简 介
This project uses jNotify for file system change notifications on a local source directory, and copy the changed files to a local target directory. Since it does not involve scanning the file system for changes, it is quite efficient. I use it to sync source files from a generated area to a production area.
The tool does an initial copying of files, and does updates on change notification. The tool does not delete files at this point if a file is deleted in the source directory.