search for: trvuz

Displaying 2 results from an estimated 2 matches for "trvuz".

2002 Oct 24
1
rsync -e ssh does not work well
...so new to me, actually. I have made two kind of attempts, of which there is an example below. I think I only need these two kinds of rsync operations: 1.connection Linux to Linux and 2.connection from W2000 to Linux. More accurately, I try 1.From SuSe Linux Enterpise server to another one: rsync -trvuz -e ssh file.wrk uname@servername:uname-html works wierdly since file.wrk changes to a file named uname-html in the user's "uname" home. This would not happen without ssh. 2.With a windows 2000 laptop to the SuSe server: rsync -trvuz -e ssh file.wrk uname@servername:uname-html une...
2002 Oct 26
0
How to prevent batch rsync to write rsync_argvs files in the home directory
...t 2002 15:55:11 -0700 > From: jw schultz <jw@pegasys.ws> > To: rsync@lists.samba.org > Subject: Re: rsync -e ssh does not work well > > On Thu, Oct 24, 2002 at 09:44:38PM +0300, Kauko Heikkila wrote: > > 1.From SuSe Linux Enterpise server to another one: > > rsync -trvuz -e ssh file.wrk uname@servername:uname-html > > works wierdly since file.wrk changes > > to a file named uname-html in the user's "uname" home. > > It did as you told it. try > rsync -trvuz -e ssh file.wrk uname@servername:uname-html/ > if you want to put...