diff options
author | http://joey.kitenet.net/ <joey@web> | 2011-09-19 18:54:46 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-09-19 18:54:46 +0000 |
commit | 10db73426aba8554c62298b59391cab42c677af8 (patch) | |
tree | 24b7a18833016ac88f42e6a6f7bc82f505763bc8 | |
parent | 5c20ebcbf3df9e8641f5b08f6a2307a7cfb3eda3 (diff) |
Added a comment
-rw-r--r-- | doc/forum/wishlist:_git-annex_replicate/comment_4_63f24abf086d644dced8b01e1a9948c9._comment | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/forum/wishlist:_git-annex_replicate/comment_4_63f24abf086d644dced8b01e1a9948c9._comment b/doc/forum/wishlist:_git-annex_replicate/comment_4_63f24abf086d644dced8b01e1a9948c9._comment new file mode 100644 index 000000000..3805464a6 --- /dev/null +++ b/doc/forum/wishlist:_git-annex_replicate/comment_4_63f24abf086d644dced8b01e1a9948c9._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://joey.kitenet.net/" + nickname="joey" + subject="comment 4" + date="2011-09-19T18:54:46Z" + content=""" +git annex get/copy/drop all now support a --auto flag, which makes them only act on files that have not enough or too many copies. This allows for some crude replication; it doesn't take into account which repositories should be filled up more (beyond honoring annex.diskreserve), nor does it try to optimally use bandwidth (beyond honoring configured annex-cost). You have to run it in every repository that you want to participate in the replication, too. But it's probably a Good Enough solution. See [[walkthrough/automatically_managing_content]]. +"""]] |