diff --git a/doc/forum/Clarification_in_usage_case/comment_1_555ff0df9be2e25dcc784bc7956dcfe7._comment b/doc/forum/Clarification_in_usage_case/comment_1_555ff0df9be2e25dcc784bc7956dcfe7._comment new file mode 100644 index 0000000000..338ab28c3f --- /dev/null +++ b/doc/forum/Clarification_in_usage_case/comment_1_555ff0df9be2e25dcc784bc7956dcfe7._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2018-10-29T23:34:24Z" + content=""" +When I wrote that, I was thinking of something more like, you have a clone of your repository +on the server, and you run `git annex addurl` sshed into there. Then you +can just run `git annex get` (or move) on the client later to download all the queued +stuff. + +But, you can in fact tag files and operate on them like you're thinking of. + + git annex metadata --tag later + + git annex get --metadata tag=later +"""]]