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

16 lines
538 B
Plaintext
Raw Normal View History

2020-07-11 04:33:04 +02:00
# {{@@ header() @@}}
2021-03-31 18:10:28 +02:00
PATH={{@@ env['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
2021-04-22 17:56:56 +02:00
*/30 * * * * forecast json
2020-07-11 04:33:04 +02:00
*/5 * * * * checkmail update
2022-05-06 15:52:29 +02:00
*/30 * * * * vdirsyncer sync
2022-05-08 05:09:59 +02:00
*/30 * * * * pass git pull --rebase; pass git push
0 */6 * * * yes | vdirsyncer discover
2020-10-17 22:26:40 +02:00
*/30 * * * * savegame_backup
2021-08-11 03:48:36 +02:00
*/30 * * * * _gpg-unlock
2020-10-18 01:22:54 +02:00
# {%@@ endif @@%} #
2020-07-11 04:33:04 +02:00
# vim: commentstring=#\ %s