3 subject="""comment 3"""
4 date="2021-01-18T16:45:35Z"
6 Also discussed in these:
7 <https://git-annex.branchable.com/bugs/gcrypt_rsync_remotes_don__39__t_work/>
8 <https://git-annex.branchable.com/bugs/gcrypt_remote__58___every_sync_uploads_huge_manifest/>
10 Some users there report that git-annex sync does work, as far as running
11 git push and pull. I think the form of your url is the problem,
12 gcrypt::rsync://192.168.178.241:test seems like it's trying to mix url
13 and rsync location syntax. Urls don't normally end with ":test",
14 that's not a valid url, and so the parse fails.
15 (Verified using Network.URI.parseURI same as git-annex does.)
18 gcrypt::rsync://192.168.178.241/home/you/test will work, or at least not