summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-01-18 13:31:22 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-01-18 13:31:22 -0400
commitd5c18d71ef643f8ab55f1d0d4444621ba364b13d (patch)
tree45eefe354516917ddb818e8becd7e7fbe38c35dc /doc
parente7b557ef5d347831142fd98eac901d79c7e1305d (diff)
bug
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/tmp_file_handling.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/bugs/tmp_file_handling.mdwn b/doc/bugs/tmp_file_handling.mdwn
new file mode 100644
index 000000000..3c6c2a597
--- /dev/null
+++ b/doc/bugs/tmp_file_handling.mdwn
@@ -0,0 +1,11 @@
+git-annex deletes all tmp files on shutdown, if everything succeeded.
+This presents 2 problems:
+
+1. If git-annex is rsyncing something and another one is run, it will
+ delete the running instance's tmp files.
+2. If a long-running rsync transfer is interrupted partway through, the
+ tmp file was expensive to obtain, and one needs to avoid running
+ git-annex to do anything else until that transfer can be resumed and
+ finished.
+
+--[[Joey]]