summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ <Walter@web>2013-04-21 03:33:02 +0000
committerGravatar admin <admin@branchable.com>2013-04-21 03:33:02 +0000
commit3f5250e61d0e0d4ed2e6f4b33f00b826b11343a9 (patch)
treed6b92595ed901dee76bd177ab0284a6e89fd4bfc /doc
parent96fec49739111aed06bedde9ffc132ed27299e11 (diff)
new forum post
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/Automatically_syncronise_centralised_repository.mdwn14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/forum/Automatically_syncronise_centralised_repository.mdwn b/doc/forum/Automatically_syncronise_centralised_repository.mdwn
new file mode 100644
index 000000000..fe93a814d
--- /dev/null
+++ b/doc/forum/Automatically_syncronise_centralised_repository.mdwn
@@ -0,0 +1,14 @@
+I would like to use git annex between two locations (work and home) where essentially the two computers are never on at the same time.
+
+I have set up a special remote (S3) to cater for file transfer between the sites, but still need some way of syncronising the git repositories between them.
+I have access to a git server, but which doesn't have git-annex on it. So, I think that is all the components I need to get this working.
+
+However, I don't want to have to manually sync my computers with the central server, so I would like the assistant to do it for me, in what is essentially the complement of the special remote.
+
+What is the best way to accomplish this? I guess that this is a general git question, not specific to git annex.
+I see some solutions [[http://stackoverflow.com/questions/3583061/automatically-mirror-a-git-repository]], but my git isn't really up to evaluating the options properly.
+
+So, what do other people do in this situation?
+
+
+--Walter