projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40b6155
)
comment
author
Joey Hess
<joeyh@joeyh.name>
Wed, 14 Jun 2023 23:53:55 +0000
(19:53 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Wed, 14 Jun 2023 23:53:55 +0000
(19:53 -0400)
doc/todo/stop_after_these_files.mdwn
patch
|
blob
|
history
diff --git
a/doc/todo/stop_after_these_files.mdwn
b/doc/todo/stop_after_these_files.mdwn
index 63bae7502f406544a93e6c7d21502c8073df3532..378c9a3411f658f1ecb4b22aa7d4e9de5853df3b 100644
(file)
--- a/
doc/todo/stop_after_these_files.mdwn
+++ b/
doc/todo/stop_after_these_files.mdwn
@@
-7,3
+7,7
@@
work and space used temporarily storing partially transferred files.
This should not be ctrl-c, because it could take a very long time for the
current transfer to finish. Maybe SIGUSR1 or something like that?
--[[Joey]]
+
+> An alternative approach, which avoids the complexity of needing to send a
+> signal, would be for git-annex to remember what transfers got
+> interrupted, and provide a simple command to resume them. --[[Joey]]