aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar user4 <user4@web>2017-06-11 19:53:27 +0000
committerGravatar admin <admin@branchable.com>2017-06-11 19:53:27 +0000
commit9c0231b1c1e3f3088d89217efaec805c466f99fd (patch)
treeaed6d1f5113f830cadae420df75897cf5156f799
parent16ecd3e72e648b692019c787bc4b4f7c5d8db7a6 (diff)
Added a comment: remote.log
-rw-r--r--doc/bugs/Strange_case_of_data_loss__44___possibly_linked_to_git-annex_with_encrypted_rsync_remote/comment_1_4038261a4d49694374c37ff029d3540f._comment20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/bugs/Strange_case_of_data_loss__44___possibly_linked_to_git-annex_with_encrypted_rsync_remote/comment_1_4038261a4d49694374c37ff029d3540f._comment b/doc/bugs/Strange_case_of_data_loss__44___possibly_linked_to_git-annex_with_encrypted_rsync_remote/comment_1_4038261a4d49694374c37ff029d3540f._comment
new file mode 100644
index 000000000..7c448d6d7
--- /dev/null
+++ b/doc/bugs/Strange_case_of_data_loss__44___possibly_linked_to_git-annex_with_encrypted_rsync_remote/comment_1_4038261a4d49694374c37ff029d3540f._comment
@@ -0,0 +1,20 @@
+[[!comment format=mdwn
+ username="user4"
+ avatar="http://cdn.libravatar.org/avatar/cd0825fd95c541c0a48c7138b59c240a"
+ subject="remote.log"
+ date="2017-06-11T19:53:27Z"
+ content="""
+Since the most likely culprit (after aliens) is the encrypted rsync remote, here is the remote.log. I've replaced
+sensitive information with variables in double curly braces
+
+ {{uuid}} = cipher={{cipher}} cipherkeys={{keyid}} {{url}}= name={{name}} rsyncurl={{url}} type=rsync timestamp=1345706291.523459s
+ {{uuid}} = cipher={{cipher}} cipherkeys={{keyid}} {{url}}= name={{name}} rsyncurl={{url}} type=rsync timestamp=1482178826.391400069s
+ {{uuid}} = cipher={{cipher}} cipherkeys={{keyid}} {{url}}= name={{name}} rsyncurl={{url}} type=rsync timestamp=1482742412.058733547s
+ {{uuid}} = cipher={{cipher}} cipherkeys={{keyid}} {{url}}= name={{name}} rsyncurl={{url}} type=rsync timestamp=1482742686.603751605s
+ {{uuid}} cipher={{cipher}} cipherkeys={{keyid}} name={{name}} rsyncurl={{url}} type=rsync timestamp=1343199142.018003s
+ {{uuid}} cipher={{cipher}} cipherkeys={{keyid}} name={{name}} rsyncurl={{url}} type=rsync timestamp=1343199310.53916s
+ {{uuid}} cipher={{cipher}} cipherkeys={{keyid}} name={{name}} rsyncurl={{url}} type=rsync timestamp=1343486259.34504s
+
+Here {{uuid}} is the uuid of the encrypted rsync remote. It's odd that there are several lines for the same remote, and not all in the same format.
+Could this be a PEBKAC involving a misconfigured rsync remote?
+"""]]