This commit is contained in:
Joey Hess 2018-12-04 12:58:53 -04:00
parent aa8243df4c
commit ba0bd4f9ea
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 9 additions and 0 deletions

View file

@ -5,3 +5,5 @@ Something like `git annex export master:some-videos --to myexport --prefix share
I could then do another export using the same remote like `git annex export master:some-other-videos --to myexport --prefix share-with-bill` which wouldn't touch any of the videos I previously shared with john but would create a new export into a new `share-with-bill` directory. I could then do another export using the same remote like `git annex export master:some-other-videos --to myexport --prefix share-with-bill` which wouldn't touch any of the videos I previously shared with john but would create a new export into a new `share-with-bill` directory.
My goal with the prefix option is to setup an exporttree remote one time, but then be able to re-use this same remote multiple times to create independent publicly shared folders. My goal with the prefix option is to setup an exporttree remote one time, but then be able to re-use this same remote multiple times to create independent publicly shared folders.
> [[done]], seems we've decided against adding this --[[Joey]]

View file

@ -0,0 +1,7 @@
[[!comment format=mdwn
username="joey"
subject="""comment 6"""
date="2018-12-04T16:58:12Z"
content="""
I think that's a good, simple plan.
"""]]