hjmangalam / parsyncfp

follow-on to parsync (parallel rsync) with better startup perf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to specify a custom SSH port

youvegotmoxie opened this issue · comments

I'm trying to use parsyncfp on a host which listens on a non-standard SSH port. With rsync this can be done by using --rsh="ssh -p $PORT, however, when trying to use that within --rsyncopts parsyncfp tries to evaluate -p as a passed parameter which results in an error.

Do you have any suggestions on how I could accomplish this or perhaps add in support for this natively in the tool?

Any follow-up on this? Happy to try to answer but I need the exact command.