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

rsync with port #377

Open
webspin opened this issue Apr 27, 2024 · 2 comments
Open

rsync with port #377

webspin opened this issue Apr 27, 2024 · 2 comments

Comments

@webspin
Copy link

webspin commented Apr 27, 2024

Hi,

How can I use the rsync option with a specific ssh port?
I tried:
<option name="args" value="rsh='ssh -p23'"/>

But this, nor any variants of this args option works...

@feedbacker1
Copy link

feedbacker1 commented Jan 3, 2025

I'm trying to fix this also and any variant of args is not working... I tried also '-avz -e "ssh -p 2222"' but wont help... Also specifying a "port" option does not have any result :(

@feedbacker1
Copy link

I found a solution: the "args" parameter does not add the specified value to the existing parameters, but this value in args completely replaces everything that is there by default, so it should be correctly like this:

or if you do not need compression:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants