Dear Folks,
I'm one of millions happy users of lsyncd for my daily activities. It works fine for my huge file directories.
But, in just a week back; it's not working and few directories not copied and inotify watches are also not created.
Due to the following error;
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1039) [sender=3.0.6]
This is due to the files, which were temporarily created in the production live servers. All those files are starts with . [dot].
I have configured to exclude the files which are starts with dot in the lua config file. But, initial rsync even tries to sync these files.
I also included insist flag as true.