inotify config:
/usr/bin/inotifywait -e modify \
-mrq --timefmt %a-%b-%d-%T --format '%w%f %T' \
/var/www/ | while read file; do
echo "$file " >> /var/log/inotify.log
============================================================================
files that updated with rsync from remote server have this format:
/var/www/.index.php.3AYEV4 Wed-Sep-24-05:35:03
other files updated locally, they are good.
/var/www/index.php Wed-Sep-24-05:35:03
why is that?