diff options
author | Joey Hess <joey@kitenet.net> | 2011-01-18 13:31:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-01-18 13:31:22 -0400 |
commit | d5c18d71ef643f8ab55f1d0d4444621ba364b13d (patch) | |
tree | 45eefe354516917ddb818e8becd7e7fbe38c35dc /doc/bugs/tmp_file_handling.mdwn | |
parent | e7b557ef5d347831142fd98eac901d79c7e1305d (diff) |
bug
Diffstat (limited to 'doc/bugs/tmp_file_handling.mdwn')
-rw-r--r-- | doc/bugs/tmp_file_handling.mdwn | 11 |
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]] |