15 lines
433 B
Text
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
|