diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-20 13:50:21 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-20 13:51:51 -0400 |
commit | 2ae38325d5ba1fde3de0c53197658a3febc227f4 (patch) | |
tree | ef7641384d3bbe38788153a463e2d88245858389 /doc/design/assistant/progressbars.mdwn | |
parent | 66d092dc7c5731b75bd69887ae5b6a0e37625b90 (diff) |
hook rsync special remote up to the progress reporting
Easy!
Note that with an encrypted remote, rsync will be sending a little more
data than the key size, so displayed progress may get to 100% slightly
quicker than it should. I doubt this is a big enough effect to worry about.
Diffstat (limited to 'doc/design/assistant/progressbars.mdwn')
-rw-r--r-- | doc/design/assistant/progressbars.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design/assistant/progressbars.mdwn b/doc/design/assistant/progressbars.mdwn index 7a7cf31ad..6b1521af6 100644 --- a/doc/design/assistant/progressbars.mdwn +++ b/doc/design/assistant/progressbars.mdwn @@ -23,7 +23,7 @@ the ProgressCallback as the upload progresses. --server --sender` and in that mode it does not report progress info. So downloads initiated by other repos do not show progress in the repo doing the uploading. -* rsync +* rsync: **done** * directory * web: Not applicable; does not upload * S3 |