summaryrefslogtreecommitdiff
path: root/doc/bugs/encryption__61__none_doesn__39__t_work_with_enableremote
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-02-25 14:14:03 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-02-25 14:14:03 -0400
commit9c9c7cb89d0a7c289c1aa95c7802a05bb3bb072e (patch)
tree81638572ab9c3441b3eeca8e9df11cc5697e6c11 /doc/bugs/encryption__61__none_doesn__39__t_work_with_enableremote
parentdddc32dbf5d098a2d4dd47866f8eeb38cdbe1705 (diff)
followup with a transcript showing that it works..
Diffstat (limited to 'doc/bugs/encryption__61__none_doesn__39__t_work_with_enableremote')
-rw-r--r--doc/bugs/encryption__61__none_doesn__39__t_work_with_enableremote/comment_1_ce62150a3bb8c6be05b9f2ddbe64ae8b._comment39
1 files changed, 39 insertions, 0 deletions
diff --git a/doc/bugs/encryption__61__none_doesn__39__t_work_with_enableremote/comment_1_ce62150a3bb8c6be05b9f2ddbe64ae8b._comment b/doc/bugs/encryption__61__none_doesn__39__t_work_with_enableremote/comment_1_ce62150a3bb8c6be05b9f2ddbe64ae8b._comment
new file mode 100644
index 000000000..410849ec5
--- /dev/null
+++ b/doc/bugs/encryption__61__none_doesn__39__t_work_with_enableremote/comment_1_ce62150a3bb8c6be05b9f2ddbe64ae8b._comment
@@ -0,0 +1,39 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2015-02-25T18:10:38Z"
+ content="""
+I cannot reproduce this, and you did not provide any kind of transcript,
+which makes it hard to guess where you went wrong.
+
+Here is a transcript of it working.
+
+<pre>
+joey@darkstar:~/tmp/1>mkdir /tmp/demo
+joey@darkstar:~/tmp/1>git annex initremote demo type=rsync encryption=none rsyncurl=localhost:/tmp/demo
+initremote demo ok
+(recording state in git...)
+joey@darkstar:~/tmp/1>git annex copy --to demo
+copy foo (checking demo...) (to demo...)
+sending incremental file list
+f28/
+f28/734/
+f28/734/SHA256E-s30--20c71ffd77c7f25e52416eb6afd36bf8df9410a9942d8a42e7caf74f6cfa5fb8/
+f28/734/SHA256E-s30--20c71ffd77c7f25e52416eb6afd36bf8df9410a9942d8a42e7caf74f6cfa5fb8/SHA256E-s30--20c71ffd77c7f25e52416eb6afd36bf8df9410a9942d8a42e7caf74f6cfa5fb8
+ 30 100% 0.00kB/s 0:00:00 (xfr#1, to-chk=0/5)
+ok
+(recording state in git...)
+joey@darkstar:~/tmp/1>cd ..
+joey@darkstar:~/tmp>cd 2
+joey@darkstar:~/tmp/2>git annex sync
+[...]
+joey@darkstar:~/tmp/2>git annex enableremote demo
+enableremote demo ok
+(recording state in git...)
+joey@darkstar:~/tmp/2>git annex get --from demo
+get foo (from demo...)
+SHA256E-s30--20c71ffd77c7f25e52416eb6afd36bf8df9410a9942d8a42e7caf74f6cfa5fb8
+ 30 100% 29.30kB/s 0:00:00 (xfr#1, to-chk=0/1)
+ok
+(recording state in git...)
+"""]]