Re: getting rsync to work +automating password line

2005-02-11 Thread Wayne Davison
On Thu, Feb 10, 2005 at 12:57:30PM -0500, Gil Naveh wrote: > I type rsync -a e ServerB/... I get a prompt for #password: > I tried rsync with the option --password-file=/name/of/file/with/password > but it still asked me for password! As the manpage states (though probably not as well as it should

Re: getting rsync to work +automating password line

2005-02-11 Thread Paul Slootman
On Thu 10 Feb 2005, Gil Naveh wrote: > > The --rsync-path=PATH did the work. :) > Is there a doc that shows all the options that comes with rsync? - when I > tried #rsync --help > I did not get the --rsync-path option. Hmm, my copy does show that... (2.6.3) However, the man page is the usual loca

RE: getting rsync to work +automating password line

2005-02-10 Thread Gil Naveh
@lists.samba.org Subject: Re: getting rsync to work On Thu 10 Feb 2005, Gil Naveh wrote: > > I am trying to do a very simple thing, just transfer a file from machine A > to machine B using rsync with ssh. > > This is what I'm typing: > # rsync -a -e ssh serverB:/tmp/rsync/tes

Re: getting rsync to work

2005-02-10 Thread Paul Slootman
On Thu 10 Feb 2005, Gil Naveh wrote: > > I am trying to do a very simple thing, just transfer a file from machine A > to machine B using rsync with ssh. > > This is what I'm typing: > # rsync -a -e ssh serverB:/tmp/rsync/test1 n serverA:/tmp/rsync/ > # password: X > > This is what I get: