diff options
author | https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U <Richard@web> | 2011-03-29 12:11:38 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-03-29 12:11:38 +0000 |
commit | 97e3486f15eee4ac038b3e21d295b789091b0aef (patch) | |
tree | b229f65ebe3a77c3fd4427ead11d416a8b4eac02 | |
parent | 42483ba19856aa1e51054d100364e45fdaf8696c (diff) |
-rw-r--r-- | doc/forum/batch_check_on_remote_when_using_copy.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/forum/batch_check_on_remote_when_using_copy.mdwn b/doc/forum/batch_check_on_remote_when_using_copy.mdwn index b08c33b8b..633b61d6f 100644 --- a/doc/forum/batch_check_on_remote_when_using_copy.mdwn +++ b/doc/forum/batch_check_on_remote_when_using_copy.mdwn @@ -25,3 +25,10 @@ Once all checks are done, one single transfer session should be started. Creatin > While I do hope to improve ssh usage so that it sshs once, and feeds > `git-annex-shell` a series of commands to run, that is a much longer-term > thing. --[[Joey]] + +>> FYI, in a repo with 1228 files, all small, repos _completely in sync_. + + % git annex copy . --to foo # 1200 seconds + % git annex copy . --to foo --fast # 20 seconds + +>> RichiH |