Add new scripts

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2019-02-25 15:44:33 +01:00
parent 7721996115
commit 50042dc9c0
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
11 changed files with 95 additions and 35 deletions

View file

@ -11,4 +11,5 @@
# 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
*/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