summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-04-13 15:23:11 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-04-13 15:23:11 -0400
commitcc93508d3c03f2ff573532dbec7227356e2c590e (patch)
treeb27dd0274879ef055bdd1855dc4676dfce234bcc
parent7b375e5bfb613db272fd146c853ba6f18cf47a9c (diff)
response
-rw-r--r--doc/special_remotes/S3/comment_23_b503ce70a4f008be580a069420361686._comment20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/special_remotes/S3/comment_23_b503ce70a4f008be580a069420361686._comment b/doc/special_remotes/S3/comment_23_b503ce70a4f008be580a069420361686._comment
new file mode 100644
index 000000000..9e3d24320
--- /dev/null
+++ b/doc/special_remotes/S3/comment_23_b503ce70a4f008be580a069420361686._comment
@@ -0,0 +1,20 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 23"""
+ date="2016-04-13T19:13:35Z"
+ content="""
+@tim, are the git-annex repositories going to be connected? If so,
+`git-annex initremote` the S3 remote to one, merge it into the next
+repo, and then `git annex enableremote` the S3 remote there.
+
+That's the sane way. If you want for some reason to have multiple separate
+git-annex repositories, that all try to use the same S3 bucket, without
+knowing about one-another, I have to recommend against it. You're setting
+yourself up to shoot yourself in the foot, and quite possibly lose data.
+
+While you can `git annex enableremote` the same bucket repeatedly in the
+different repositories, each time it will be given a different uuid, and
+since the uuid is stored in the bucket, this will prevent `git annex
+enableremote` from being used for the old uuid, since it will see the
+bucket has a different uuid now.
+"""]]