diff options
author | Joey Hess <joey@kitenet.net> | 2014-09-11 14:50:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-09-11 14:50:18 -0400 |
commit | 647feed2d73a80c516c9b4bba29d6647c2af2f94 (patch) | |
tree | 4b39e2c399a083976d8d470a6c84fa571772e81e /doc/backends.mdwn | |
parent | 870f2cd10cecd61bbf9ff8c0f229bcb63b5b2a31 (diff) |
WORM backend: Switched to include the relative path to the file inside the repository, rather than just the file's base name. Note that if you're relying on such things to keep files separate with WORM, you should really be using a better backend.
Diffstat (limited to 'doc/backends.mdwn')
-rw-r--r-- | doc/backends.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/backends.mdwn b/doc/backends.mdwn index baa96c149..06475adfb 100644 --- a/doc/backends.mdwn +++ b/doc/backends.mdwn @@ -13,7 +13,7 @@ can use different ones for different files. * `SHA256` -- Does not include the file extension in the key, which can lead to better deduplication but can confuse some programs. * `WORM` ("Write Once, Read Many") This assumes that any file with - the same basename, size, and modification time has the same content. + the same filename, size, and modification time has the same content. This is the least expensive backend, recommended for really large files or slow systems. * `SHA512`, `SHA512E` -- Best SHA-2 hash, for the very paranoid. |