Is it possible for me using a combination of rsync and ssh, on my computer, to copy files from a remote server which does have ssh access but doesn't have rsync or is it necessary to have rsync on both ends?
On 10 Mar 11:56, Barry Samuels wrote:
Is it possible for me using a combination of rsync and ssh, on my computer, to copy files from a remote server which does have ssh access but doesn't have rsync or is it necessary to have rsync on both ends?
rsync is required both ends.
Barry Samuels bjsamuels@beenthere-donethat.org.uk wrote:
Is it possible for me using a combination of rsync and ssh, on my computer, to copy files from a remote server which does have ssh access but doesn't have rsync or is it necessary to have rsync on both ends?
If there's sftp access, you could use an sshfs mount and rsync that, but it will be less efficient than if rsync is available at both ends.
Hope that helps,