Remove notes and tasks scripts
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
12b0f14748
commit
f602972a52
4 changed files with 1 additions and 97 deletions
|
@ -11,10 +11,4 @@
|
|||
# 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
|
||||
|
||||
# Synchronize notes every 10 minutes
|
||||
*/10 * * * * $HOME/.local/bin/sync-notes 2>> $HOME/.local/log/cron.log
|
||||
|
||||
# Synchronize tasks every 5 minutes
|
||||
*/5 * * * * $HOME/.local/bin/sync-tasks 2>> $HOME/.local/log/cron.log
|
||||
*/15 * * * * $HOME/.local/bin/sync-drive 2>> $HOME/.local/log/cron.log
|
Loading…
Add table
Add a link
Reference in a new issue