diff --git a/doc/forum/__96__git_annex_copy__96____44___estimate_how_much_data_to_copy/comment_1_785e4fe097ef2a2d51d84146fc91b2ca._comment b/doc/forum/__96__git_annex_copy__96____44___estimate_how_much_data_to_copy/comment_1_785e4fe097ef2a2d51d84146fc91b2ca._comment new file mode 100644 index 0000000000..93a391e6cb --- /dev/null +++ b/doc/forum/__96__git_annex_copy__96____44___estimate_how_much_data_to_copy/comment_1_785e4fe097ef2a2d51d84146fc91b2ca._comment @@ -0,0 +1,19 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2016-07-19T19:05:16Z" + content=""" +Using `git annex info .` in combination with the +[[git-annex-matching-options]] is a good way to do such queries. + +The "size of annexed files in working tree" line gives the total size of +the files that match that query. + +If you're copying files to a remote, run something like: + + git annex info . --not --in $remote + +And if you're getting files, run something like: + + git annex info . --not --in here +"""]]