aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-02-05 13:58:03 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-02-05 13:58:03 -0400
commitbfaac2dafb731ce48c83ba93125f5ba6fcb285f6 (patch)
tree273b8c615e79a0c36707c910f900f3698a52d838
parent2ba7929218694d26ac0d7ad4368729193a4cee71 (diff)
response
-rw-r--r--doc/bugs/glacier_fails_to_copy/comment_1_29ea384b6aa5a634ff75191eee14c7ef._comment17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/bugs/glacier_fails_to_copy/comment_1_29ea384b6aa5a634ff75191eee14c7ef._comment b/doc/bugs/glacier_fails_to_copy/comment_1_29ea384b6aa5a634ff75191eee14c7ef._comment
new file mode 100644
index 000000000..c24f782a4
--- /dev/null
+++ b/doc/bugs/glacier_fails_to_copy/comment_1_29ea384b6aa5a634ff75191eee14c7ef._comment
@@ -0,0 +1,17 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2015-02-05T17:55:25Z"
+ content="""
+From where did you install your glacier command?
+
+It does not seem to be the [glacier-cli](https://github.com/basak/glacier-cli)
+that git-annex is built to use.
+
+ glacier upload <vault name> <files>
+
+That is not the upload syntax that glacier-cli uses, which is instead
+supposed to be:
+
+ glacier archive upload example-vault example-content
+"""]]