14 lines
No EOL
309 B
Text
14 lines
No EOL
309 B
Text
# SCRIPT NAME:
|
|
# .config/cron/crontab
|
|
#
|
|
# AUTHOR:
|
|
# Severin Kaderli <severin@kaderli.dev>
|
|
#
|
|
# DESCRIPTION:
|
|
# This file contains my cronjobs.
|
|
#
|
|
# USAGE:
|
|
# This file is loaded on boot by crontab.
|
|
|
|
# Synchronize Google Drive every 15 minutes
|
|
*/15 * * * * $HOME/.local/bin/sync-drive 2>> $HOME/.local/log/cron.log |