summaryrefslogtreecommitdiff
path: root/liw.cronish
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-05-27 13:46:28 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-05-27 13:46:28 +0100
commit311fd89a77fda66b7be7b83e3ebe2719c97201b5 (patch)
tree48092094f277a6b352f73df0a45f1f99d3835c33 /liw.cronish
parentc8a3c1bcd1cb81020dacc6d1b48080046b5a5808 (diff)
downloadliw-dot-files-311fd89a77fda66b7be7b83e3ebe2719c97201b5.tar.gz
Strace git annex runs
I want to figure out why they sometimes get stuck.
Diffstat (limited to 'liw.cronish')
-rw-r--r--liw.cronish6
1 files changed, 5 insertions, 1 deletions
diff --git a/liw.cronish b/liw.cronish
index fd705fa..427dae5 100644
--- a/liw.cronish
+++ b/liw.cronish
@@ -34,4 +34,8 @@ wotsap:
annex:
interval: 300
timeout: 120
- command: cd $HOME/annex && git annex sync
+ command: |
+ cd $HOME/annex
+ rm -rf /tmp/annex.strace
+ mkdir /tmp/annex.strace
+ strace -ff -o /tmp/annex.strace/annex.strace git annex sync