How to use Grsync with ssh

On 21 December 2009, in applications, config, by ayoli

Grsync is a simple frontend to rsync tool. It comes with many rsync options but nothing about ssh.
I’ve found the solution in this thread. It’s pretty easy and obvious once one knows.

In the source or destination, enter :
username@domain.com:/remote/path/
or
username@xxx.xxx.xxx.xxx:/remote/path/ # where xxx.xxx.xxx.xxx is an IP adress



Note : if the remote user is the same as your local user you can enter only the hostname or ip before the path like this:
hostname:/remote/path



Then, we need to tell rsync to use ssh, and because this option is not in Grsync, we’ll use the Additional Options text entry on the Advanced Options tab. Type in this :
-e ssh



that’s all :)

Tagged with:  

Leave a Reply

WordPress Blog

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!