summaryrefslogtreecommitdiff
path: root/doc/bugs/tmp_file_handling.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/tmp_file_handling.mdwn')
-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]]