通知配置:
/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
==================================================== ===========================
从远程服务器使用 rsync 更新的文件具有以下格式:
/var/www/.index.php.3AYEV4 Wed-Sep-24-05:35:03
其他文件在本地更新,它们很好。
/var/www/index.php Wed-Sep-24-05:35:03
这是为什么?