From 75b583706315a5888ab47805b95e2c0d4af71ba6 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 22 Nov 2021 20:21:47 +0200 Subject: drop junk Sponsored-by: author --- liw.cronish | 49 ------------------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 liw.cronish 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 -- cgit v1.2.1