summaryrefslogtreecommitdiff
path: root/doc/todo/wishlist:_Have_a_preview_of_download_or_upload_size.mdwn
blob: e8a758dfd0b94c7bb38cb69947a8f4b924a47a21 (plain)
1
2
3
4
5
6
7
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.