Results 1 to 5 of 5
Hi,
could any one pls tell me the way to move one file or directory from one linux server to another linux server using RSYNC command wihout password.??. ........
- 07-23-2010 #1Just Joined!
- Join Date
- Feb 2010
- Posts
- 17
moving a file from one linux server to another linux server
Hi,
could any one pls tell me the way to move one file or directory from one linux server to another linux server using RSYNC command wihout password.??.
.....
- 07-23-2010 #2
sure.
Either configure rsync daemon to accept connections without passwords (not advised)
Or establish a authorized key ssh configuration (google provides tons of examples on that) and use rsync over ssh with rsync -e sshYou must always face the curtain with a bow.
- 07-23-2010 #3Just Joined!
- Join Date
- Feb 2010
- Posts
- 17
could u provide me the way for that...??..
thanks,
vasanth
- 07-23-2010 #4
here you go
Let me google that for youYou must always face the curtain with a bow.
- 07-26-2010 #5Just Joined!
- Join Date
- Feb 2010
- Posts
- 17
hi,
Is there any possiblities to move a file without using ssh also.??..
Will sudo command will help for that..??..


Reply With Quote