aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/__96__git_annex_copy__96____44___estimate_how_much_data_to_copy
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-07-19 15:07:56 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-07-19 15:07:56 -0400
commit16bc06a4340491d34f6536b4ff0c883a5971dc64 (patch)
tree751c7003b5f4c260fbb08a041ce8eee4da5f2d77 /doc/forum/__96__git_annex_copy__96____44___estimate_how_much_data_to_copy
parentf61eccc54fecb7706e149da83e1f238e2b766436 (diff)
response
Diffstat (limited to 'doc/forum/__96__git_annex_copy__96____44___estimate_how_much_data_to_copy')
-rw-r--r--doc/forum/__96__git_annex_copy__96____44___estimate_how_much_data_to_copy/comment_1_785e4fe097ef2a2d51d84146fc91b2ca._comment19
1 files changed, 19 insertions, 0 deletions
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 000000000..93a391e6c
--- /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
+"""]]