Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Support rsync-ssl for mirrors #176

Open
lazka opened this issue Apr 26, 2024 · 0 comments
Open

Feature Request: Support rsync-ssl for mirrors #176

lazka opened this issue Apr 26, 2024 · 0 comments

Comments

@lazka
Copy link
Contributor

lazka commented Apr 26, 2024

Some mirrors support encrypted rsync, which I guess wouldn't hurt to use if available(?)

They way this works is that servers in addition to port 873 also expose port 874 with rsync+tls. On the client side you have use the rsync-ssl command instead of the rsync command to make use of it.

Some examples of servers supporting this (not many...):

rsync-ssl rsync://mirrors.dotsrc.org
rsync-ssl rsync://mirror.theo546.fr
rsync-ssl rsync://repo.msys2.org

Since there is no automatic way to detect support and there is also no extra URI scheme for this, I can only imaging an extra option like -rsync-ssl. A simpler/hackier option would be to invent a "rsyncs://" scheme and funnel the info via the URL.

@lazka lazka changed the title Support rsync-ssl for mirrors Feature Request: Support rsync-ssl for mirrors Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants