diff --git a/doc/bugs/gcrypt_remote__58___every_sync_uploads_huge_manifest.mdwn b/doc/bugs/gcrypt_remote__58___every_sync_uploads_huge_manifest.mdwn index 4f2abacc0b..4b84a4bba3 100644 --- a/doc/bugs/gcrypt_remote__58___every_sync_uploads_huge_manifest.mdwn +++ b/doc/bugs/gcrypt_remote__58___every_sync_uploads_huge_manifest.mdwn @@ -27,4 +27,4 @@ is running. The upload of the actual changeset starts after this, the processes git-annex is great and revolutionized my file organization and backup structure (if they were even existing before) -[[!meta tite="gcrypt special remotes should support rsync:// and perhaps also sftp://"]] +[[!meta title="gcrypt special remotes should support rsync:// and perhaps also sftp://"]] diff --git a/doc/bugs/gcrypt_rsync_remotes_don__39__t_work.mdwn b/doc/bugs/gcrypt_rsync_remotes_don__39__t_work.mdwn index af6a494fa9..df50b8d896 100644 --- a/doc/bugs/gcrypt_rsync_remotes_don__39__t_work.mdwn +++ b/doc/bugs/gcrypt_rsync_remotes_don__39__t_work.mdwn @@ -21,3 +21,8 @@ CallStack (from HasCallStack): """]] -- Lykos + +> Closing as +> +> is a later discussion of this with more detail about why it should be +> supported. [[done]] --[[Joey]] diff --git a/doc/bugs/git_annex_doesn__39__t_cope_with_a_gcrypt__58____58__rsync__58____47____47__/comment_3_d10dc4d77d4402ce76227da01e2bdd49._comment b/doc/bugs/git_annex_doesn__39__t_cope_with_a_gcrypt__58____58__rsync__58____47____47__/comment_3_d10dc4d77d4402ce76227da01e2bdd49._comment new file mode 100644 index 0000000000..00b5626a8f --- /dev/null +++ b/doc/bugs/git_annex_doesn__39__t_cope_with_a_gcrypt__58____58__rsync__58____47____47__/comment_3_d10dc4d77d4402ce76227da01e2bdd49._comment @@ -0,0 +1,20 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 3""" + date="2021-01-18T16:45:35Z" + content=""" +Also discussed in these: + + + +Some users there report that git-annex sync does work, as far as running +git push and pull. I think the form of your url is the problem, +gcrypt::rsync://192.168.178.241:test seems like it's trying to mix url +and rsync location syntax. Urls don't normally end with ":test", +that's not a valid url, and so the parse fails. +(Verified using Network.URI.parseURI same as git-annex does.) + +Something like +gcrypt::rsync://192.168.178.241/home/you/test will work, or at least not +crash at that point. +"""]]