bug
This commit is contained in:
parent
e7b557ef5d
commit
d5c18d71ef
1 changed files with 11 additions and 0 deletions
11
doc/bugs/tmp_file_handling.mdwn
Normal file
11
doc/bugs/tmp_file_handling.mdwn
Normal file
|
@ -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]]
|
Loading…
Add table
Reference in a new issue