This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/dotfiles/crontab

13 lines
366 B
Plaintext

# {{@@ header() @@}}
PATH={{@@ env['PATH'] @@}}
# {%@@ if env['USER'] != 'root' @@%} #
#minute hour day month day_week cmd
*/5 * * * * forecast json
*/5 * * * * checkmail update
* */5 * * * vdirsyncer sync
*/30 * * * * savegame_backup
# {%@@ endif @@%} #
# vim: commentstring=#\ %s