Gentoo Archives: gentoo-user

From: Paul Stear <gentoo@××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] remote rsync
Date: Sun, 12 Mar 2006 13:30:36
Message-Id: 200603121319.36237.gentoo@appjaws.plus.com
In Reply to: Re: [gentoo-user] remote rsync by Tito Valentin
1 On Sunday 12 Mar 2006 13:06, Tito Valentin wrote:
2 > Paul,
3 >
4 > You could try it like this:
5 >
6 > rsync -Cav --delete --progress /test -e ssh lkd5f:/test
7 >
8 > Also, make sure that your other machine allows you to connect via ssh
9 > ...hope this helps
10 I tried it as you suggested but get the same errors. I thought ssh was used
11 by default.
12 How do I check if the remote machine allows ssh?
13
14 > Paul Stear wrote:
15 > >Hi all,
16 > >I am trying to rsync to a remote server with the command:
17 > >rsync -Cav --delete --progress /test lkd5f:/test
18 > >but I get the following error messages:
19 > >ssh: connect to host lkd5f port 22: Connection refused
20 > >rsync: connection unexpectedly closed (0 bytes received so far) [sender]
21 > >rsync error: error in rsync protocol data stream (code 12) at io.c(434)
22 > >
23 > >2 questions
24 > >1. Should this command work?
25 > >2. How do I prevent port 22 from refusing the connection?
26 > >
27 > >I am a complete dunce with anything to do with remote machines so any help
28 > >will be greatly received
29 > >
30 > >Paul
31
32 --
33 This message has been sent using kmail with gentoo linux
34 --
35 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] remote rsync Tito Valentin <tito@×××××××.com>