Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
96f00bafd0
3 changed files with 26 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="4.153.81.112"
|
||||
subject="comment 1"
|
||||
date="2012-05-29T19:09:50Z"
|
||||
content="""
|
||||
`git annex sync` only syncs git metadata, not file contents, and metadata is not stored on S3, so it does notthing (much).
|
||||
|
||||
`git annex move . --to s3` or `git annex copy . --to s3` is the right way to send the files to S3. I'm not sure why you say it's not working. I'd try it but Amazon is not letting me sign up for S3 again right now. Can you show what goes wrong with copy?
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="4.153.81.112"
|
||||
subject="comment 2"
|
||||
date="2012-05-29T19:10:46Z"
|
||||
content="""
|
||||
Thanks, I've fixed that. (You could have too.. this is a wiki ;)
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="4.153.81.112"
|
||||
subject="comment 2"
|
||||
date="2012-05-29T19:10:42Z"
|
||||
content="""
|
||||
Thanks, I've fixed that. (You could have too.. this is a wiki ;)
|
||||
"""]]
|
Loading…
Reference in a new issue