This is my incrontab line:
/srv/www IN_MODIFY,IN_ATTRIB,IN_CREATE,IN_DELETE,IN_CLOSE_WRITE,IN_MOVE rsync --quiet
--recursive --links --hard-links --perms --acls --xattrs --owner --group --delete --force /var/www_s3/ /var/www
/var/www_s3/ is an s3fs mount. However, it only gets kicked off when a file is modified manually; nothing happens when a file is changed/added on S3.
Is there a way to get incrontab to detect these changes?