Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
02-08-2009, 04:20 PM
|
#1
|
Member
Registered: Apr 2005
Posts: 105
Rep:
|
me want rsync, hold the ssh please
when i try to do a simple rsync transfer with NO switches (namely -e) I get the following error:
Code:
digity@digityzers:/var/log$ rsync 192.168.1.10:/music "/media/hollywood/test bed/music"
ssh: connect to host 192.168.1.10 port 22: Connection refused
rsync: connection unexpectedly closed (0 bytes received so far) [receiver]
rsync error: unexplained error (code 255) at io.c(635) [receiver=3.0.3]
I don't need ssh/encryption since the source and destination are on my private home network. how do I get rsync to NOT use ssh/encryption?
TIA
Last edited by digity; 02-08-2009 at 04:24 PM.
|
|
|
02-08-2009, 05:47 PM
|
#2
|
Senior Member
Registered: Oct 2007
Location: Brighton, UK
Distribution: Ubuntu Hardy, Ubuntu Jaunty, Eeebuntu, Debian, SME-Server
Posts: 1,213
Rep:
|
It is probably easier to use rsync with ssh than without! I use it all the time, also on a LAN, and ssh won't hurt.
|
|
|
02-08-2009, 05:56 PM
|
#3
|
Member
Registered: Mar 2008
Posts: 61
Rep:
|
I may be wrong, but I think you are trying the method where you are trying to connect to a Windows (or Samba) share. If that is the case, you should mount the remote share on your local filesystem first. Then just specify the location on your local filesystem where the remote filesystem is mounted.
|
|
|
02-08-2009, 07:23 PM
|
#4
|
Senior Member
Registered: Oct 2007
Location: Brighton, UK
Distribution: Ubuntu Hardy, Ubuntu Jaunty, Eeebuntu, Debian, SME-Server
Posts: 1,213
Rep:
|
I just spotted something which may be of significance:
Quote:
digity@digityzers:/var/log$ rsync 192.168.1.10:/music "/media/hollywood/test bed/music"
|
change the above to:
Code:
digity@digityzers:/var/log$ rsync 192.168.1.10:/music /media/hollywood/test\ bed/music
|
|
|
02-08-2009, 07:46 PM
|
#5
|
Member
Registered: Jul 2008
Location: Bloomington, IN
Distribution: Ubuntu/Debian
Posts: 51
Rep:
|
rsync uses ssh by default when you use the command the way you have. If you want to not have the overhead of ssh (of which it really is not that bad), you will need to enable the rsh service (i.e. telnet) and make sure it is not accessible from the outside. Then you can use this in your command to tell it to use whatever rsh service you have enabled.
Make sure to read up on the rsync command to see if you need anything else to go with that .
|
|
|
02-08-2009, 07:48 PM
|
#6
|
Member
Registered: Jul 2008
Location: Bloomington, IN
Distribution: Ubuntu/Debian
Posts: 51
Rep:
|
Quote:
Originally Posted by irishbitte
I just spotted something which may be of significance:
change the above to:
Code:
digity@digityzers:/var/log$ rsync 192.168.1.10:/music /media/hollywood/test\ bed/music
|
irishbitte, these accomplish the same thing.
|
|
|
02-09-2009, 02:11 AM
|
#7
|
Senior Member
Registered: Oct 2007
Location: Brighton, UK
Distribution: Ubuntu Hardy, Ubuntu Jaunty, Eeebuntu, Debian, SME-Server
Posts: 1,213
Rep:
|
fair enough, it's a long time since I wrote that backup script!
|
|
|
02-09-2009, 09:03 AM
|
#8
|
Member
Registered: Jul 2008
Location: Bloomington, IN
Distribution: Ubuntu/Debian
Posts: 51
Rep:
|
irishbitte
I am glad you were actually able to read that post. WOW! Did that get garbled.
|
|
|
02-09-2009, 09:33 AM
|
#9
|
Senior Member
Registered: Jul 2004
Location: France
Distribution: Arch Linux
Posts: 1,897
Rep:
|
As far as I know,
rsync … remotehost:/path will connect to the remote sshd, whereas
rsync … remotehost::/path will connect to the remote rsyncd (which has to run, of course…).
Yves.
|
|
|
02-09-2009, 10:33 AM
|
#10
|
Senior Member
Registered: Oct 2007
Location: Brighton, UK
Distribution: Ubuntu Hardy, Ubuntu Jaunty, Eeebuntu, Debian, SME-Server
Posts: 1,213
Rep:
|
Hmm, that last post might be the trick! But I still think you should stick with SSH, it stops files from getting into the wrong hands!
|
|
|
All times are GMT -5. The time now is 03:15 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|