Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
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.
Permissions:
drwxrwxrwx 4 rsync rsync 4096 Jan 7 00:00 /home/rsync/backup
Here are the steps that i performed :
ssh -L 9873:remotemc:873 Gatewaty -l user-name
user-name => gateway login name
After that whenever i am trying to run this command
[root@comp3 rsync]# rsync -av rsync://rsync@127.0.0.1 --port=9873 backup/* .
backup Backup repository (requires authentication)
restore Restore repository (requires authentication)
i am getting these above messages . it looks like its been able to connect to remotemc but am not able to figure out why its not copying the files from backup dir to local machine .
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.