From b6758746f6433a46ac14bad58f9f6e0220a42e3e Mon Sep 17 00:00:00 2001 From: cwg Date: Mon, 29 Aug 2011 12:35:19 +0000 Subject: [PATCH] --- doc/forum/advantages_of_SHA__42___over_WORM.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/forum/advantages_of_SHA__42___over_WORM.mdwn diff --git a/doc/forum/advantages_of_SHA__42___over_WORM.mdwn b/doc/forum/advantages_of_SHA__42___over_WORM.mdwn new file mode 100644 index 0000000000..b959db550c --- /dev/null +++ b/doc/forum/advantages_of_SHA__42___over_WORM.mdwn @@ -0,0 +1,6 @@ +Thanks for creating git-annex. + +I am confused about the advantages of the SHA* backends over WORM. The "backends" page in this wiki says that with WORM files "can be moved around, but should never be added to or changed". But I don't see any difference to SHA* files as long as the premise of WORM that "any file with the same basename, size, and modification time has the same content" is true. + +Using "git annex unlock", WORM files can be modified in the same way as SHA* files. +If the storage I use is dependable (i.e. I don't need SHA checksums for detection of corruption), and I don't need to optimize for the case that the modification date of a file is changed but the contents stay the same, is there actually any advantage in using SHA*?