dots


commit
c0b8fee
parent
1378301
author
xxwhirlpool
date
2025-09-10 14:22:01 -0400 EDT
add crontab, update ignore
2 files changed,  +33, -0
M .gitignore
+6, -0
 1@@ -13,3 +13,9 @@ config/.config/micro/buffers/history
 2 config/.local/bin/shmoji
 3 config/.config/micro/plug/wc/*
 4 config/.local/bin/gallery-dl
 5+config/.local/bin/ikhal
 6+config/.local/bin/khal
 7+config/.local/bin/khard
 8+config/.local/bin/vdirsyncer
 9+config/.config/vdirsyncer/contacts/
10+config/.config/vdirsyncer/status/
A config/crontab
+27, -0
 1@@ -0,0 +1,27 @@
 2+# Edit this file to introduce tasks to be run by cron.
 3+# 
 4+# Each task to run has to be defined through a single line
 5+# indicating with different fields when the task will be run
 6+# and what command to run for the task
 7+# 
 8+# To define the time you can provide concrete values for
 9+# minute (m), hour (h), day of month (dom), month (mon),
10+# and day of week (dow) or use '*' in these fields (for 'any').
11+# 
12+# Notice that tasks will be started based on the cron's system
13+# daemon's notion of time and timezones.
14+# 
15+# Output of the crontab jobs (including errors) is sent through
16+# email to the user the crontab file belongs to (unless redirected).
17+# 
18+# For example, you can run a backup of all your user accounts
19+# at 5 a.m every week with:
20+# 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/
21+# 
22+# For more information see the manual pages of crontab(5) and cron(8)
23+# 
24+# m h  dom mon dow   command
25+
26+0 */3 * * * vdirsyncer sync
27+
28+0 0 * * * crontab -l > /home/kat/dotfiles/config/crontab