aboutsummaryrefslogtreecommitdiff
path: root/doc/backends.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-11-09 15:05:08 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-11-09 15:05:08 -0400
commit75d29250823326c8b4894a855927f65b5fdf4e13 (patch)
treea888b86d8e0569b9e1c388700dd6717aaa175834 /doc/backends.mdwn
parent377bf24d9a951186b374cd7a3f920b6bc9deb8f1 (diff)
parent8d5374f4a33f398baa166035e5fafb716a78fd1d (diff)
Merge branch 'master' into checkout
Conflicts: debian/changelog doc/backends.mdwn
Diffstat (limited to 'doc/backends.mdwn')
-rw-r--r--doc/backends.mdwn13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/backends.mdwn b/doc/backends.mdwn
index 69c17649a..be4eac723 100644
--- a/doc/backends.mdwn
+++ b/doc/backends.mdwn
@@ -10,14 +10,15 @@ Multiple pluggable backends are supported, and a single repository
can use different backends for different files.
* `WORM` ("Write Once, Read Many") This backend stores the file's content
- only in `.git/annex/`, and assumes that any file with the same basename,
- size, and modification time has the same content. So with this backend,
- files can be moved around, but should never be added to or changed.
- This is the default, and the least expensive backend.
+ only in `.git/annex/objects/`, and assumes that any file with the same
+ basename, size, and modification time has the same content. So with
+ this backend, files can be moved around, but should never be added to
+ or changed. This is the default, and the least expensive backend.
* `SHA1` -- This backend stores the file's content in
- `.git/annex/`, with a name based on its sha1 checksum. This backend allows
- modifications of files to be tracked. Its need to generate checksums
+ `.git/annex/objects/`, with a name based on its sha1 checksum. This backend
+ allows modifications of files to be tracked. Its need to generate checksums
can make it slower for large files.
+ for use.
* `URL` -- This backend downloads the file's content from an external URL.
The `annex.backends` git-config setting can be used to list the backends