comment
authorJoey Hess <joeyh@joeyh.name>
Wed, 14 Jun 2023 23:53:55 +0000 (19:53 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 14 Jun 2023 23:53:55 +0000 (19:53 -0400)
doc/todo/stop_after_these_files.mdwn

index 63bae7502f406544a93e6c7d21502c8073df3532..378c9a3411f658f1ecb4b22aa7d4e9de5853df3b 100644 (file)
@@ -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]]