Incrontab doesn't detect modifications on a s3fs mount
2
votes
1
answer
839
views
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?
Asked by ddario
(763 rep)
Nov 12, 2013, 12:32 AM
Last activity: Nov 12, 2013, 11:16 PM
Last activity: Nov 12, 2013, 11:16 PM