Update crontab

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-06-18 20:23:01 +02:00
parent 1e69538e70
commit 1a130f03f8
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4

View file

@ -13,11 +13,11 @@
# Synchronize Google Drive every 15 minutes # Synchronize Google Drive every 15 minutes
*/15 * * * * $HOME/.local/bin/sync-drive >> $HOME/.local/log/cron.log 2>&1 */15 * * * * $HOME/.local/bin/sync-drive >> $HOME/.local/log/cron.log 2>&1
# Synchronize notes every 15 minutes # Synchronize notes every 10 minutes
*/15 * * * * $HOME/.local/bin/sync-notes >> $HOME/.local/log/cron.log 2>&1 */10 * * * * $HOME/.local/bin/sync-notes >> $HOME/.local/log/cron.log 2>&1
# Synchronize tasks every 10 minutes # Synchronize tasks every 5 minutes
*/10 * * * * $HOME/.local/bin/sync-tasks >> $HOME/.local/log/cron.log 2>&1 */5 * * * * $HOME/.local/bin/sync-tasks >> $HOME/.local/log/cron.log 2>&1
# Synchronize rss feeds every 15 minutes # Synchronize rss feeds every 15 minutes
*/15 * * * * $HOME/.local/bin/rss-sync >> $HOME/.local/log/cron.log 2>&1 */15 * * * * $HOME/.local/bin/rss-sync >> $HOME/.local/log/cron.log 2>&1