This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U 2011-03-29 12:11:38 +00:00 committed by admin
parent 42483ba198
commit 97e3486f15

View file

@ -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