From 71f5e8324147bc1dcc63f900cb4655cb42036caa Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Fri, 9 Sep 2016 13:53:57 +0100 Subject: Add khal + vdirsyncer configurations --- crontab/crontab | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 crontab/crontab (limited to 'crontab') diff --git a/crontab/crontab b/crontab/crontab new file mode 100644 index 0000000..a6b27a3 --- /dev/null +++ b/crontab/crontab @@ -0,0 +1,2 @@ +*/5 * * * * /home/urbain/bin/email >> /home/urbain/.cron_email_log +*/5 * * * * /usr/bin/vdirsyncer sync >> /home/urbain/.cron_calendar_log -- cgit v1.2.3 From f48f9065c12395354def7b5d8277800e7fcc6c71 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Tue, 20 Sep 2016 12:59:28 +0100 Subject: Update crontab --- crontab/crontab | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crontab') diff --git a/crontab/crontab b/crontab/crontab index a6b27a3..edb4b22 100644 --- a/crontab/crontab +++ b/crontab/crontab @@ -1,2 +1,4 @@ +*/5 * * * * /usr/bin/r2e run */5 * * * * /home/urbain/bin/email >> /home/urbain/.cron_email_log */5 * * * * /usr/bin/vdirsyncer sync >> /home/urbain/.cron_calendar_log +0 * * * * cd /home/urbain/ && /usr/bin/mr update && /usr/bin/mr push -- cgit v1.2.3