dotfiles/system/.config/cron/crontab
Severin Kaderli 50042dc9c0
Add new scripts
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
2019-02-25 15:44:33 +01:00

15 lines
433 B
Text

# SCRIPT NAME:
# .config/cron/crontab
#
# AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com>
#
# DESCRIPTION:
# This file contains my cronjobs.
#
# USAGE:
# This file is loaded on boot by crontab.
# Synchronize Google Drive every 30 minutes
*/30 * * * * grive -d -p /home/severin/GoogleDrive/ >> /home/severin/.local/log/cron.log 2>&1
*/5 * * * * /home/severin/.local/bin/sync_notes.sh >> /home/severin/.local/log/notes.log 2>&1