From 57635f7783276e126b147b4b84b121c97c3968e0 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Wed, 24 Apr 2013 23:56:54 +0000 Subject: [PATCH] Added a comment --- ...comment_1_fffb59ad5a197d2980dd0ec35cf4aafa._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/forum/Not_sure_how_to_get_my_s3_remote_back/comment_1_fffb59ad5a197d2980dd0ec35cf4aafa._comment diff --git a/doc/forum/Not_sure_how_to_get_my_s3_remote_back/comment_1_fffb59ad5a197d2980dd0ec35cf4aafa._comment b/doc/forum/Not_sure_how_to_get_my_s3_remote_back/comment_1_fffb59ad5a197d2980dd0ec35cf4aafa._comment new file mode 100644 index 0000000000..d8d754309c --- /dev/null +++ b/doc/forum/Not_sure_how_to_get_my_s3_remote_back/comment_1_fffb59ad5a197d2980dd0ec35cf4aafa._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 1" + date="2013-04-24T23:56:54Z" + content=""" +What you describe, `git annex get $file --from remote` silently not doing anything, is the expected behavior if the remote doesn't have the file. This allows you to eg, run `git annex get . --from remote` and get all files that the remote does have while skipping the rest. + +Did you ever try looking at `git annex whereis $file` ? +"""]]