# scron **Repository Path**: n0te/scron ## Basic Information - **Project Name**: scron - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-11-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README scron ===== about ----- simple cron daemon, originally forked from https://github.com/defer-/scron.git features -------- schedule tasks single daemon and config log job output: command &>> /var/log/cron.log run as different user: su -c 'command' user log to stdout and syslog no mail support config ------ syntax: value: * (wildcard), 30 (number), */N (repeat), or 1-5 (range) separator: \t (tab) example: # tm_min tm_hour tm_mday tm_mon tm_wday command # 6:00 every day 0 6 * * * updatedb # 5:30 every weekday 30 5 * * 1-5 rsync -r --quiet /var/www backup@192.168.0.8:~