summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar http://nicolas-schodet.myopenid.com/ <http://nicolas-schodet.myopenid.com/@web>2013-06-23 12:53:42 +0000
committerGravatar admin <admin@branchable.com>2013-06-23 12:53:42 +0000
commita7e613c31f4cde845ad4a1a9d6609babcfa3abf1 (patch)
tree52965c4ef7abb37434701a51d33dda397083c8f9 /doc
parent4f929277547f4f6101bb89c544b4a703975870ea (diff)
New wishlist, preview transfer size
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/wishlist:_Have_a_preview_of_download_or_upload_size.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/todo/wishlist:_Have_a_preview_of_download_or_upload_size.mdwn b/doc/todo/wishlist:_Have_a_preview_of_download_or_upload_size.mdwn
new file mode 100644
index 000000000..e8a758dfd
--- /dev/null
+++ b/doc/todo/wishlist:_Have_a_preview_of_download_or_upload_size.mdwn
@@ -0,0 +1,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.