git-annex/doc/todo/faster_rsync_remotes.mdwn
https://www.google.com/accounts/o8/id?id=AItOawln4uCaqZRd5_nRQ-iLcJyGctIdw8ebUiM d40343f7a5
2013-07-31 22:19:22 +00:00

1 line
264 B
Markdown

Using an rsync remote is currently very slow when there are a lot of files, since rsync appears to be called for each file copied. It would be awesome if each call to rsync was amortized to copy many files; rsync is very good at copying many small files quickly.