Added ways to configure rsync options to be used only when uploading or downloading from a remote. Useful to eg limit upload bandwidth.

This commit is contained in:
Joey Hess 2014-02-02 16:06:34 -04:00
parent 9e4675d3c8
commit 089c0109a2
7 changed files with 60 additions and 21 deletions

View file

@ -1,2 +1,4 @@
The bandwidth for upload and download are often different. It would be useful to have different settings for upload and download limits.
As it is, I have to keep changing annex-rsync-options options between uploads and downloads.
> [[done]] --[[Joey]]