diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-12 16:00:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-12 16:00:25 -0400 |
commit | ea55609e54095b1abcc53b6c750cfec8e6ced211 (patch) | |
tree | 6a90ef8c57ba089a23cd5a9fc0126a293a15ce50 | |
parent | 63f70c44fd6bec8d0c05b1df40d5025dc605e2fa (diff) |
interesting quote
-rw-r--r-- | doc/design/assistant/blog/day_80__default_backend.mdwn | 14 | ||||
-rw-r--r-- | doc/todo/special_remote_for_amazon_glacier.mdwn | 6 |
2 files changed, 20 insertions, 0 deletions
diff --git a/doc/design/assistant/blog/day_80__default_backend.mdwn b/doc/design/assistant/blog/day_80__default_backend.mdwn new file mode 100644 index 000000000..5b6aa7f98 --- /dev/null +++ b/doc/design/assistant/blog/day_80__default_backend.mdwn @@ -0,0 +1,14 @@ +I've changed the default backend used by git-annex from SHA256 to SHA256E. +Including the filename extension in the key is known to make repositories +more usable on things like MP3 players, and I've recently learned it also +avoids [[forum/Weird_behavior_with_OS_X_Finder_and_Preview.app]]. + +I thought about only changing the default in repositories set up by the +assistant, but it seemed simpler to change the main default. The old +backend is really only better if you might have multiple copies of files +with the same content that have different extensions. + +Fixed the socket leak in pairing that eluded me earlier. + +I've made a new [[polls]] page, and posted a poll: +[[polls/prioritizing_special_remotes]] diff --git a/doc/todo/special_remote_for_amazon_glacier.mdwn b/doc/todo/special_remote_for_amazon_glacier.mdwn index abc7a239c..a6e524cdd 100644 --- a/doc/todo/special_remote_for_amazon_glacier.mdwn +++ b/doc/todo/special_remote_for_amazon_glacier.mdwn @@ -17,3 +17,9 @@ vault becomes available, and the user could queue a list of commands to run, or files to transfer, at that point. --[[Joey]] + +----- + +> In the coming months, Amazon S3 will introduce an option that will allow customers to seamlessly move data between Amazon S3 and Amazon Glacier based on data lifecycle policies. + +-- <http://aws.amazon.com/glacier/faqs/#How_should_I_choose_between_Amazon_Glacier_and_Amazon_S3> |