20 lines
761 B
Text
20 lines
761 B
Text
[[!comment format=mdwn
|
|
username="talmukoydu@ab15521191b4d02584d003f3f211d90f575d5ebb"
|
|
nickname="talmukoydu"
|
|
avatar="http://cdn.libravatar.org/avatar/965ffeb49ec136674054e50928ddb2ed"
|
|
subject="`git annex sync` not syncing automatically with gcrypt remotes"
|
|
date="2023-03-19T19:08:13Z"
|
|
content="""
|
|
@joey Is this a bug or am I missing something?
|
|
|
|
Notes:
|
|
* I am using the latest `git-remote-gcrypt`, version 1.5
|
|
|
|
* `ssh user@user.rsync.net \"git init --bare repo\"`
|
|
* `git remote add test gcrypt::rsync://xxxx@xxxx.rsync.net:repo`
|
|
* `git annex sync -> DOES NOT SYNC to test remote`
|
|
|
|
* `ssh user@user.rsync.net \"git init --bare repo\"`
|
|
* `git remote add test gcrypt::xxxx@xxxx.rsync.net/full/path/to/repo`
|
|
* `git annex sync -> DOES SYNC to test remote`
|
|
"""]]
|