Skip to content

Add support for non-standard port for rsync #12

@retlehs

Description

@retlehs

No option to set a non-standard port for rsync. Ideally this would be parsed automatically from the ssh connection specified in wp-cli.yml

I just hardcoded it into line 184 like so:
rsync -az --progress -e 'ssh -p 18765' "$FROMDIR" "$TODIR"
So obviously not a permanent solution.
@formicagreen

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions