summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawlYGpCG2u-0fVbpQhIDMX_ZfE64E-K2EMI <Ali@web>2014-07-29 20:11:30 +0000
committerGravatar admin <admin@branchable.com>2014-07-29 20:11:30 +0000
commit4333edf3fd5c5a255d01293f91b0d729a160bf34 (patch)
tree1682c6f6fe613f5f7ec92470b129cc103d39cb9e /doc
parent732368dc8dc3b5656c0be638e4187de132183247 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/Central_git_annex_server_that_always_keeps_one_copy.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/forum/Central_git_annex_server_that_always_keeps_one_copy.mdwn b/doc/forum/Central_git_annex_server_that_always_keeps_one_copy.mdwn
new file mode 100644
index 000000000..166a22dee
--- /dev/null
+++ b/doc/forum/Central_git_annex_server_that_always_keeps_one_copy.mdwn
@@ -0,0 +1 @@
+Is there a way to configure a central git repository that keeps track of large files with git annex so that multiple users can clone the repository but no repository clone can drop files from the server. Essentially, I'm looking for a way to have one repository that is always populated with at least one copy of each file. Other users shouldn't be able to tell that repository to drop any files (but would be able to add files it). The term "user" in that last sentence really refers to other clones...