bcron-update(8) | System Manager's Manual | bcron-update(8) |
bcron-update - Update system crontabs.
bcron-update path [ path ... ]
bcron-update polls the named files or directories periodically to see if there are any new, changed, or removed files. When it detects changes, it mirrors those changes into the crontab spool directory. bcron-update runs as root in order to be able to read system files that would potentially be unreadable otherwise.
On Debian, if path is a directory, bcron-update skips files in this directory with names that do not solely consist of lower- and uppercase letters ('a'-'z', 'A'-'Z'), digits ('0'-'9'), underscores ('_'), and hyphens ('-').
To mirror modern vixie-cron's behavior, use:
bcron-update /etc/crontab /etc/cron.d
bcron-update outputs three different kinds of messages about actions it is taking.
Bruce Guenter <bruce@untroubled.org>