14 lines
328 B
Text
14 lines
328 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/ >> $XDG_LOG_HOME/cron.log 2>&1
|