diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-08 13:16:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-08 13:16:53 -0400 |
commit | 45d50d8c27207fa09e5d3331683e1510df3f3bdd (patch) | |
tree | 4bc41f75b77aebd09f7343d9d5bca355d57f4536 /doc/walkthrough | |
parent | 7057ce97cce7622051815cf8dd6c8ddd5ac0f62c (diff) |
wired preferred content up to get, copy, and drop --auto
Diffstat (limited to 'doc/walkthrough')
-rw-r--r-- | doc/walkthrough/automatically_managing_content.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/walkthrough/automatically_managing_content.mdwn b/doc/walkthrough/automatically_managing_content.mdwn index ef883efef..0080ebcb5 100644 --- a/doc/walkthrough/automatically_managing_content.mdwn +++ b/doc/walkthrough/automatically_managing_content.mdwn @@ -38,3 +38,8 @@ work toward having two copies of your files. The --auto option can also be used with the copy command, again this lets git-annex decide whether to actually copy content. + +The above shows how to use --auto to manage content based on the number +of copies. It's also possible to configure, on a per-repository basis, +which content is desired. Then --auto also takes that into account +see [[preferred_content]] for details. |