summaryrefslogtreecommitdiff
path: root/doc/todo/wishlist:_Have_a_preview_of_download_or_upload_size.mdwn
blob: 12688951d84c438c3f6b454e0c2c5457a8845577 (plain)
1
2
3
4
5
6
7
8
9
10
When using SSH remote repository, git-annex uses rsync to download or upload files one at a time. I would like to have a preview of the overall transfer size so that I can estimate the transfer duration.

This could be done as an option of get, move or copy, or as a separated command.

If part of get, move or copy, git-annex could print how much has been done or how much left between every files.

Thanks.

> [[done]]; `git-annex status .` seems to cover the requested use case.
> --[[Joey]]