diff options
author | Joey Hess <joey@kitenet.net> | 2011-08-28 16:28:38 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-08-28 16:28:38 -0400 |
commit | bbba6c19bd03f2b4a4ce8a38a2423c794826b1c5 (patch) | |
tree | 56f50f9c23018f5c4479a0503e1e6c9dcd57c83e /doc/walkthrough/unused_data.mdwn | |
parent | 999d5df90b013a7cc8a390c940785118400faf8a (diff) |
update documentation for new, neutered key-value backends
Backends are now only used to generate keys (and check them); they
are not arbitrary key-value stores for data, because it turned out such
a store is better modeled as a special remote. Updated docs to not
imply backends do more than they do now.
Sometimes I'm tempted to rename "backend" to "keytype" or something,
which would really be more clear. But it would be an annoying transition
for users, with annex.backends etc.
Diffstat (limited to 'doc/walkthrough/unused_data.mdwn')
-rw-r--r-- | doc/walkthrough/unused_data.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/walkthrough/unused_data.mdwn b/doc/walkthrough/unused_data.mdwn index fb8419303..e142b576c 100644 --- a/doc/walkthrough/unused_data.mdwn +++ b/doc/walkthrough/unused_data.mdwn @@ -2,7 +2,7 @@ It's possible for data to accumulate in the annex that no files point to anymore. One way it can happen is if you `git rm` a file without first calling `git annex drop`. And, when you modify an annexed file, the old content of the file remains in the annex. Another way is when migrating -between backends. +between key-value [[backends|backend]]. This might be historical data you want to preserve, so git-annex defaults to preserving it. So from time to time, you may want to check for such data and |