summaryrefslogtreecommitdiff
path: root/liw.cronish
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-18 17:30:56 +0300
committerLars Wirzenius <liw@liw.fi>2017-08-18 17:30:56 +0300
commitae3f2ace50a87449d4cb35c476ec751e8573b5b8 (patch)
tree4aef1be145b78782149c0313210d10bd34b71420 /liw.cronish
parentd83cc2c408dd64c42658110655d8a363e40d5583 (diff)
downloadliw-dot-files-ae3f2ace50a87449d4cb35c476ec751e8573b5b8.tar.gz
Update liw.cronish
drop obsolete stuff, re-enable gpg key syncing.
Diffstat (limited to 'liw.cronish')
-rw-r--r--liw.cronish71
1 files changed, 7 insertions, 64 deletions
diff --git a/liw.cronish b/liw.cronish
index 84202c5..5532332 100644
--- a/liw.cronish
+++ b/liw.cronish
@@ -3,21 +3,6 @@ offlineimap:
timeout: 120
command: offlineimap -u quiet
-# Disabled, because I have mode my GTD stuff to my journal.
-# GTD:
-# interval: 300
-# timeout: 300
-# command: |
-# set -eu
-# cd $HOME/GTD
-# if git status -s | grep '^ M ' > /dev/null
-# then
-# git commit -am sync --quiet
-# fi
-# # Disabled because I no longer have a separate work laptop.
-# # git pull --quiet --no-edit
-# # git push --quiet
-
wotsap:
trigger-file: /home/liw/.wotsapdb
trigger-age: 604800
@@ -29,45 +14,13 @@ wotsap:
touch /home/liw/.wotsapdb
fi
-#gpg_refresh:
-# trigger-file: /home/liw/.gnupg/refresh.stamp
-# trigger-age: 604800
-# command: |
-# gpg2 --refresh-keys
-# gpg2 --send-keys B8611E9C 2D9ACC8E
-# touch /home/liw/.gnupg/refresh.stamp
-
-# Disabled because I no longer have a separate work laptop.
-# annex:
-# interval: 300
-# timeout: 120
-# command: |
-# cd $HOME/annex
-# git annex add .
-# git annex sync --content
-
-# Disabled because I no longer have a separate work laptop.
-# journal.annex:
-# interval: 300
-# timeout: 120
-# command: |
-# cd $HOME/Journal/journal.annex
-# git annex add .
-# git annex sync --content
-
-#work-backups:
-# interval: 900
-# command: |
-# if [ -e /media/liw/LASUBACKUP/obnam-repo ]
-# then
-# obnam-backup tilaajavastuu
-# rsync -ahHSs --delete-after --no-i-r \
-# $HOME/Tilaajavastuu/. /media/liw/LASUBACKUP/Tilaajavastuu/.
-# fi
-
-#debmirror:
-# interval: 3600
-# command: flock -nE0 /home/liw/tmp/debmirror.lock /home/liw/bin/mirror-debian-e1
+gpg_refresh:
+ trigger-file: /home/liw/.gnupg/refresh.stamp
+ trigger-age: 604800
+ command: |
+ gpg2 --refresh-keys
+ gpg2 --send-keys 44E17740B8611E9C
+ touch /home/liw/.gnupg/refresh.stamp
branchablelogs:
trigger-file: /home/liw/data/branchable-logs/timestamp
@@ -83,16 +36,6 @@ branchablelogs:
done
touch timestamp
-backup_e2obbench:
- interval: 3600
- timeout: 30
- command: /home/liw/bin/backup-e2obbench
-
-#qvarnlabs-distix-import:
-# interval: 60
-# timeout: 60
-# command: distix import-imap --config "$HOME/qvarnlabs/distix-imap-import.yaml"
-
update_vmdb2_git:
interval: 300
timeout: 60