summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-11-22 20:21:47 +0200
committerLars Wirzenius <liw@liw.fi>2021-11-22 20:21:47 +0200
commit75b583706315a5888ab47805b95e2c0d4af71ba6 (patch)
treeb373fba87b313bab66d153c8715816bd3763a957
parente6d6c2e540a2ee537187ec8cffb5856c2df5e97b (diff)
downloadliw-dot-files-75b583706315a5888ab47805b95e2c0d4af71ba6.tar.gz
drop junk
Sponsored-by: author
-rw-r--r--liw.cronish49
1 files changed, 0 insertions, 49 deletions
diff --git a/liw.cronish b/liw.cronish
deleted file mode 100644
index 2a37d6c..0000000
--- a/liw.cronish
+++ /dev/null
@@ -1,49 +0,0 @@
-offlineimap:
- interval: 60
- timeout: 120
- command: offlineimap -u quiet
-
-wotsap:
- trigger-file: /home/liw/.wotsapdb
- trigger-age: 604800
- command: |
- if [ -e /home/liw/bin/update-wotsap ]
- then
- /home/liw/bin/update-wotsap
- else
- touch /home/liw/.wotsapdb
- fi
-
-ssb_backup:
- trigger-file: /home/liw/data/ssb/ssb2-home.timestamp
- trigger-age: 86400
- command: |
- rsync -a --delete ssb2:. /home/liw/data/ssb/ssb2-home/.
- touch /home/liw/data/ssb/ssb2-home.timestamp
-
-#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
-# trigger-age: 86400
-# command: |
-# cd /home/liw/data/branchable-logs
-# sites="liw-fi blog-liw-fi 256 bullyfactory docstory effi
-# fracking free-thursday gtdfh obnam-org soap yakking"
-# for site in $sites
-# do
-# ssh "b-$site@$site.branchable.com" logdump | \
-# xz > "$site-$(date +%Y-%m-%dT%H:%M:%S).log.xz"
-# done
-# touch timestamp
-
-# update_vmdb2_git:
-# interval: 300
-# timeout: 60
-# command: /home/liw/bin/update-vmdb2-gits