summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar spwhitton <spwhitton@web>2015-01-28 05:34:16 +0000
committerGravatar admin <admin@branchable.com>2015-01-28 05:34:16 +0000
commitc117e257d2b0ad479ae9053b8dd73f65b6a5d5cc (patch)
tree33cea613e52006b848b28f2bbe6a4d81e36dc080
parent70ac5f04eaf3ec0c0343c4638b4a380ad5e9f641 (diff)
Added a comment: Replies to questions
-rw-r--r--doc/forum/Beginners_questions:_limit_content_on_special_remotes___38___use_non-git_clients_for_r__47__w_access_on_shared_git-annex_server/comment_1_871b5a42f1134a059df520993bb55268._comment11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/forum/Beginners_questions:_limit_content_on_special_remotes___38___use_non-git_clients_for_r__47__w_access_on_shared_git-annex_server/comment_1_871b5a42f1134a059df520993bb55268._comment b/doc/forum/Beginners_questions:_limit_content_on_special_remotes___38___use_non-git_clients_for_r__47__w_access_on_shared_git-annex_server/comment_1_871b5a42f1134a059df520993bb55268._comment
new file mode 100644
index 000000000..35346757a
--- /dev/null
+++ b/doc/forum/Beginners_questions:_limit_content_on_special_remotes___38___use_non-git_clients_for_r__47__w_access_on_shared_git-annex_server/comment_1_871b5a42f1134a059df520993bb55268._comment
@@ -0,0 +1,11 @@
+[[!comment format=mdwn
+ username="spwhitton"
+ subject="Replies to questions"
+ date="2015-01-28T05:34:16Z"
+ content="""
+1. Yes, see [[/preferred content]].
+2. Every time you change a file, git-annex stores that version of it indefinitely, until manually dropped or automatically expired by the git annex assistant daemon. So every time you checked out a branch or made a commit or whatever, you'd be cluttering your annex with many different versions of the same files. Since git is a pretty good way of keeping track of versions of files, and indeed syncing with other machines using `git push` and `git pull`, why would you want to put your git repos into another synchronisation system? (You can certainly tar up your git repos and put them in your annex as a backup.)
+3. Git-annex can run on Android phones but there is no iOS app. You could have some other app uploading to the server, and then the git-annex assistant could watch the directory the files were being uploaded to and automatically add the files to the annex and sync it to your workstation.
+4. If it's just a normal git remote then you can access it in the usual ways. Special remotes generally either lack knowledge of the names of your files, or this information is stored opaquely in git. That means that access via e.g. WebDAV would only let you see your files organised by SHA checksum which would be useless. So you'd want the git-annex remote you were accessing with a non-git interface to be a normal git remote, not a special remote.
+5. I think that Joey Hess wrote that git-annex is not a backup system to mean that what it does is quite different to something like duplicity, and also to mean that if you just install git-annex and create a repository, nothing is actually being backed up at all: you've got to manually add a remote, and instruct git-annex to send stuff there. You can certainly use git-annex to backup so long as you understand to what extent it is doing so.
+"""]]