- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- rsync problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2004 07:22 PM
тАО04-22-2004 07:22 PM
rsync problem
I tried to transfer files between two linux server, but it failed at the following:
################################
#rsync host1:/tmp/a /tmp/
host1: Connection refused
unexpected EOF in read_timeout
#################################
Any other configuration I need to do, besides /etc/rsyncd.conf file? Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2004 08:43 PM
тАО04-22-2004 08:43 PM
Re: rsync problem
Use --timeout option with rsync command and specify 900 as value
--timeout 900
regards,
U.SivaKumar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2004 08:58 PM
тАО04-22-2004 08:58 PM
Re: rsync problem
but still the same error.
Any security need to set up? Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2004 10:23 PM
тАО04-22-2004 10:23 PM
Re: rsync problem
What version of rsync/OS are you using?
In the mean time, this document might help:
http://sunsite.dk/info/guides/rsync/rsync-mirroring02.html
HTH,
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2004 10:28 PM
тАО04-22-2004 10:28 PM
Re: rsync problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2004 10:30 PM
тАО04-22-2004 10:30 PM
Re: rsync problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2004 10:33 PM
тАО04-22-2004 10:33 PM
Re: rsync problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-23-2004 02:54 AM
тАО04-23-2004 02:54 AM
Re: rsync problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-24-2004 07:00 PM
тАО04-24-2004 07:00 PM
Re: rsync problem
["chkconfig rsync on" in RedHat/Mandrake].
Do you have correct .rhosts file?
for root user you should add "rsh" into /etc/securetty file
rgds,
Vitaly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-25-2004 09:33 AM
тАО04-25-2004 09:33 AM
Re: rsync problem
Have ssh passwordless logins and scp
working between the machines.
In bash_profile on both have
"export RSYNC_RSH=ssh"
Then your command should work. Use -v for
help if it doesn't.
For syncing directories, the -a option is nice.
Mike