From 62dc236173d0d561b1da17f774a3c6322c0bbc72 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 19 Jul 2016 15:07:56 -0400 Subject: [PATCH] response --- ..._785e4fe097ef2a2d51d84146fc91b2ca._comment | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/forum/__96__git_annex_copy__96____44___estimate_how_much_data_to_copy/comment_1_785e4fe097ef2a2d51d84146fc91b2ca._comment 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 +"""]]