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/fsck:_verifying_your_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/fsck:_verifying_your_data.mdwn')
-rw-r--r-- | doc/walkthrough/fsck:_verifying_your_data.mdwn | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/walkthrough/fsck:_verifying_your_data.mdwn b/doc/walkthrough/fsck:_verifying_your_data.mdwn index 7e05469a1..d036332fb 100644 --- a/doc/walkthrough/fsck:_verifying_your_data.mdwn +++ b/doc/walkthrough/fsck:_verifying_your_data.mdwn @@ -1,8 +1,8 @@ -You can use the fsck subcommand to check for problems in your data. -What can be checked depends on the [[backend|backends]] you've used to store -the data. For example, when you use the SHA1 backend, fsck will verify that -the checksums of your files are good. Fsck also checks that the annex.numcopies -setting is satisfied for all files. +You can use the fsck subcommand to check for problems in your data. What +can be checked depends on the key-value [[backend|backends]] you've used +for the data. For example, when you use the SHA1 backend, fsck will verify +that the checksums of your files are good. Fsck also checks that the +annex.numcopies setting is satisfied for all files. # git annex fsck fsck some_file (checksum...) ok |