File: comment_1_555ff0df9be2e25dcc784bc7956dcfe7._comment

package info (click to toggle)
git-annex 7.20190129-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 56,292 kB
  • sloc: haskell: 59,105; sh: 1,255; makefile: 225; perl: 136; ansic: 44
file content (16 lines) | stat: -rw-r--r-- 520 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
"""]]