Remove sync-drive script

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-07-15 17:07:56 +02:00
parent 2dc8d89e25
commit 5034ae7a64
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
3 changed files with 0 additions and 25 deletions

View file

@ -13,7 +13,6 @@ gksu
godot-mono-bin
google-chrome-beta
gotop-bin
grive-git
ibus-qt
intellij-idea-ultimate-edition
java-openjfx-bin

View file

@ -9,6 +9,3 @@
#
# 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

View file

@ -1,21 +0,0 @@
#!/usr/bin/env bash
#
# SCRIPT NAME:
# sync-drive
#
# AUTHOR:
# Severin Kaderli <severin@kaderli.dev>
#
# DESCRIPTION:
# Syncs Google Drive folder
#
# USAGE:
# ./sync-drive
. /home/severin/.local/bin/utils
if [ ! -d "/home/severin/documents" ]; then
exit
fi
print_time_log "sync-drive" "Syncing with Google Drive"
grive -d -p "/home/severin/documents/"