diff options
author | Joey Hess <joey@kitenet.net> | 2014-10-28 16:32:59 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-10-28 16:32:59 -0400 |
commit | 75eba1aa52869f2a5f8cff18082a5fb669fabb7f (patch) | |
tree | 4b2ec116c08a7181fa878270cb2a27d94d826219 | |
parent | ce9837488910aff068ce5121bd92dc74538a0c2f (diff) |
comment
-rw-r--r-- | doc/forum/Central_git_annex_server_that_always_keeps_one_copy/comment_2_b0a091e11c18c8640888b0aedfbff5c5._comment | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/forum/Central_git_annex_server_that_always_keeps_one_copy/comment_2_b0a091e11c18c8640888b0aedfbff5c5._comment b/doc/forum/Central_git_annex_server_that_always_keeps_one_copy/comment_2_b0a091e11c18c8640888b0aedfbff5c5._comment new file mode 100644 index 000000000..35778ad9a --- /dev/null +++ b/doc/forum/Central_git_annex_server_that_always_keeps_one_copy/comment_2_b0a091e11c18c8640888b0aedfbff5c5._comment @@ -0,0 +1,19 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 2""" + date="2014-10-28T20:28:26Z" + content=""" +If you configure the central repository to be in the "full backup" group, +then the assistant and `git annex sync --content` etc will send the +contents of all files to it, and never remove the contents of files from +it. + +This doesn't prevent someone manually running `git annex drop --from +$centralrepo --force`, or similar. But then, nothing prevents users from +using git to push annexed files to the central repo, and never sending the +contents of the files along to it. + +It would be possible to make `git-annex-shell` have a config setting that +would prevent ever dropping keys. But I'd like to talk about this use case +more, to make sure that really makes sense. +"""]] |