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

# {{@@ header() @@}}
PATH={{@@ env['PATH'] @@}}
# {%@@ if env['USER'] != 'root' @@%} #
#minute hour day month day_week cmd
*/30 * * * * forecast json
*/5 * * * * checkmail update
*/30 * * * * vdirsyncer sync
*/30 * * * * pass git pull --rebase; pass git push
0 */6 * * * yes | vdirsyncer discover
*/30 * * * * savegame_backup
*/30 * * * * _gpg-unlock
# {%@@ endif @@%} #
# vim: commentstring=#\ %s