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
369 B
Plaintext
Raw Normal View History

2020-07-11 04:33:04 +02:00
# {{@@ header() @@}}
2020-10-06 02:09:07 +02:00
PATH={{@@ ordered_path() @@}}
2020-07-11 04:33:04 +02:00
2020-10-18 01:22:54 +02:00
# {%@@ if env['USER'] != 'root' @@%} #
2020-07-11 04:33:04 +02:00
#minute hour day month day_week cmd
*/5 * * * * forecast json
*/5 * * * * checkmail update
* */5 * * * vdirsyncer sync
2020-10-17 22:26:40 +02:00
*/30 * * * * savegame_backup
2020-10-18 01:22:54 +02:00
# {%@@ endif @@%} #
2020-07-11 04:33:04 +02:00
# vim: commentstring=#\ %s