I noticed that clone site does not work fully when a server doesn't have the default port of SSH set to 22. It copies everything except the part where it needs to rsync the actual files.

Ploi should check if the port has changed to a personalized port number. For example, I use port 2222 instead of port 22. If I manually do the rsync command and add --rsh='ssh -p2222' then it works perfectly.

Maybe you guys need to change the script so it grabs the port number, otherwise, the clone option will not work for those using anything but port 22.

·
·

100%! none of our servers use the default port (22), so cloning sites does not work for us.

no votes yet
·
·

Is this issue still ongoing?

no votes yet
·
·

It was an issue 5 months ago. Haven't had the need to clone servers since, but will over the next 12 months.

no votes yet
·
·

I can confirm that this is still happening as of today. rsync always uses port 22 and ignores custom ports.

no votes yet

Clone site issue found. Solution requested

5 total votes