keyboard and cron fixes
[distro-setup] / machine_specific / treetowl / filesystem / etc / cron.d / treetowl
1 # disabled for various reasons
2 # */5 * * * * /a/bin/offlineimap_cronjob
3 # */1 * * * * unison ~/.mpv ssh://htpc/.mpv
4 # small-backpup:
5 # runs every 10 minutes, every day 4 am, every sunday at 3 am
6 # stored for 3 days, 2 months, and unlimited respectively
7 SHELL=/bin/bash
8 0 4 * * * ian x=$(/a/exe/logq /a/bin/small-backup --retry daily 2M); [[ $? != 0 ]] && echo "$x"
9 0 3 * * sun ian echo weekly backup results:; /a/bin/small-backup --retry weekly -batch -prefer ~/.mpv -silent 2>&1 | /a/exe/log-once unison-mpv
10 */5 * * * * ian /a/bin/dynamic-ip-update.sh
11 */10 * * * * ian /a/bin/small-backup 10minutes 3D 2>&1 | /a/exe/log-once small-backup-10min
12 # put things we don't want to send mail about below this:
13 # MAILTO=""