git-annex/doc/todo/remote-ready-command/comment_1_55cbea73adb94e85fc2e2252d6f2f03c._comment
2019-09-13 18:21:21 -04:00

20 lines
682 B
Text

[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2019-09-13T22:15:03Z"
content="""
The command that blocks until the remote is ready sounds like a pretty good
idea.
I wonder, what about downloads from the remote, those could also overload
some remote.
Is your KBFS remote an external special remote, or are you just using a
directory special remote on that filesystem? If it were an external special
remote, you could just make it delay until ready when it receives a
TRANSFER request.
(BTW, the solution to each git-annex copy creating a git-annex branch
commit is annex.alwayscommit=false. Or perhaps usng --batch to drive a
single copy command.)
"""]]