idea
authorJoey Hess <joeyh@joeyh.name>
Wed, 14 Jun 2023 23:40:42 +0000 (19:40 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 14 Jun 2023 23:40:42 +0000 (19:40 -0400)
doc/todo/stop_after_these_files.mdwn [new file with mode: 0644]

diff --git a/doc/todo/stop_after_these_files.mdwn b/doc/todo/stop_after_these_files.mdwn
new file mode 100644 (file)
index 0000000..63bae75
--- /dev/null
@@ -0,0 +1,9 @@
+It would be useful if there was a way to make git-annex stop transferring
+after the current files finish being transferred. Sometimes I am
+moving files to a remote, and I might not pick the same remote to move them
+to next time, so interrupting a transfer unfinished can result in wasted
+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]]