diff options
author | Joey Hess <joey@kitenet.net> | 2014-10-21 15:49:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-10-21 15:49:35 -0400 |
commit | 85602014c6350a474ab44527863940067608729a (patch) | |
tree | a2f0db753fad464b0c8f435772589780820f7bea | |
parent | 0f6dd9ebe8a1e56f6c598789e337fbf3a7bb8b73 (diff) |
devblog
-rw-r--r-- | doc/devblog/day_227__info.mdwn | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/devblog/day_227__info.mdwn b/doc/devblog/day_227__info.mdwn new file mode 100644 index 000000000..0b5950fe5 --- /dev/null +++ b/doc/devblog/day_227__info.mdwn @@ -0,0 +1,33 @@ +Today, I've expanded `git annex info` to also be able to be used on annexed files +and on remotes. Looking at the info for an individual remote is quite +useful, especially for answering questions like: Does the remote have +embedded creds? Are they encrypted? Does it use chunking? Is that old style +chunking? + +<pre> +remote: rsync.net +description: rsync.net demo remote +uuid: 15b42f18-ebf2-11e1-bea1-f71f1515f9f1 +cost: 250.0 +type: rsync +url: xxx@usw-s002.rsync.net:foo +encryption: encrypted (to gpg keys: 7321FC22AC211D23 C910D9222512E3C7) +chunking: 1 MB chunks +</pre> + +<pre> +remote: ia3 +description: test [ia3] +uuid: 12817311-a189-4de3-b806-5f339d304230 +cost: 200.0 +type: S3 +creds: embedded in git repository (not encrypted) +bucket: joeyh-test-17oct-3 +internet archive item: http://archive.org/details/joeyh-test-17oct-3 +encryption: not encrypted +chunking: none +</pre> + +Should be quite useful info for debugging too.. + +Yesterday, I fixed a bug that prevented retrieving files from Glacier. |