[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Synchronize two computers



On 10-01-21 14:17:37, Rodolfo Medina wrote:
 ...
>  $ rsync -vru --delete ssh://192.168.0.2/home/rodolfo/test1
> /home/rodolfo/
> 
> but got error:
> 
> ssh: ssh: Temporary failure in name resolution
> rsync: connection unexpectedly closed (0 bytes received so far)
> [receiver]
> rsync error: unexplained error (code 255) at io.c(453)
> [receiver=2.6.9]
> 
> What did I miss??

Proper syntax from the rsync man page.  You're telling rsync to connect 
to a host named "ssh".  Try "192.168.0.2:/home/rodolfo/test1" instead.

-- 
____________________________________________________________________
TonyN.:'                       <mailto:tonynelson@georgeanelson.com>
      '                              <http://www.georgeanelson.com/>


Reply to: