From 023672d842225f380e19ffb6429f722b654c6b6b Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 9 Mar 2018 11:01:00 -0700 Subject: add note about non-standard rsync URIs --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 7ccea65..c413898 100644 --- a/README.rst +++ b/README.rst @@ -142,6 +142,12 @@ Performance incremental pushes. Note that the latter won't work with a repository hosting service like Gitolite, GitHub or GitLab. +rsync URIs + Note that the URI format for the rsync backend is, regretably, + non-standard. git-remote-gcrypt uses ``rsync://user@host:path`` + whereas plain rsync uses either ``user@host:path`` or + ``rsync://user@host/path``. + Repository Format ................. -- cgit v1.2.3