Re: Win32 Version?

2002-10-25 Thread bart . coninckx
We use Rsync on NT very intensively. In fact, right now I backup about 25 servers across WAN-links with the lates version of Rsync. You can compile it yourself to a Win32 binary by using the incredible Cygwin utilities (www.cygwin.com). Rgds, Bart Coninckx Network Administrator CNE, ASE

Re: rsync -e ssh does not work well

2002-10-25 Thread Kauko Heikkila
Thanks for the answer. I fully appreciate. And in a way I admit what you said, but if you think of the command rsync -trvuz file.wrk uname@servername::uname-html what it does, then according to my logic rsync -trvuz -e ssh file.wrk uname@servername:uname-html should do exactly the same

Win32 Version?

2002-10-25 Thread David Starks-Browning
On Friday 25 Oct 02, [EMAIL PROTECTED] writes: Howdy... I have searched the archives, and even read what has been posted on the site regarding a Win32 port of rsync. Though I have found a problem with everything. The URLs for building your own, or downloading the compiled binaries for

Re: rsync -e ssh does not work well

2002-10-25 Thread jw schultz
On Fri, Oct 25, 2002 at 12:38:03PM +0300, Kauko Heikkila wrote: Thanks for the answer. I fully appreciate. And in a way I admit what you said, but if you think of the command rsync -trvuz file.wrk uname@servername::uname-html what it does, then according to my logic rsync -trvuz

Re: rsync -e ssh does not work well

2002-10-25 Thread Kauko Heikkila
Thank you for the explanations. I start to understand a bit more. In my case uname-html is then a module pointing to public_html directory of the user uname. With ssh I can then use the directory name uname@servername:public_html/ instead of the module name uname@servername::uname-html And I

Re: Size Discrepancy between source and destination

2002-10-25 Thread Shelley Waltz
Wayne ... thanks, --hard-links makes things right. On Thu, 24 Oct 2002, Wayne Davison wrote: On Thu, Oct 24, 2002 at 12:37:34PM -0400, Shelley Waltz wrote: Why is there a difference in the size of the directories for marshall(and many others) which makes the distination larger than

Re: rsync -e ssh does not work well

2002-10-25 Thread jw schultz
Please put your comments either interleaved or at the end and quote the minimum. This is normal mailing-list netiquette per RFC. On Fri, Oct 25, 2002 at 04:33:54PM +0300, Kauko Heikkila wrote: One more, serious problem exists, since when invoked from a w2000 laptop (servername is still the

Re: rsync error: partial transfer (code 23) at main.c(578)

2002-10-25 Thread Xiaowei Yang
At Thu, 24 Oct 2002 14:58:29 -0400, Xiaowei Yang wrote: Hi, I am using a freebsd 4.5-stable system. I am using the latest rsync version 2.5.5 protocol version 26. I tried to rsync my home directory to another machine: rsync -Cavz /homes/yxw/ baggie.mit.edu:/disk1/ rsync.out

rsync 2.5.5 and exit 1 hard to explain.

2002-10-25 Thread Erik Enge
Hi. I can't figure out why my rsync is exiting with exit code 1. I can't see any errors in the logs, and the last thing it says before quitting is: wrote 62157392 bytes read 12552 bytes 157591.75 bytes/sec total size is 2016803293 speedup is 32.44 _exit_cleanup(code=0, file=main.c,

URGENT RESPONSE!!.

2002-10-25 Thread johnsonvander
charset=US-ASCII; charset=US-ASCII; charset=US-ASCII; charset=US-ASCII; charset=US-ASCII; charset=US-ASCII; charset=US-ASCII; charset=US-ASCII; charset=US-ASCII; charset=US-ASCII; charset=US-ASCII; charset=US-ASCII;

Re: rsync -e ssh does not work well

2002-10-25 Thread Michael King
Kauko, Does this mean you have been successful with rsync -e ssh ? Mike At 08:26 PM 10/25/2002 +0300, Kauko Heikkila wrote: - Original Message - From: jw schultz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 25, 2002 5:04 PM Subject: Re: rsync -e ssh does not work well

How to prevent batch rsync to write rsync_argvs files in the home directory

2002-10-25 Thread Surabhi Choudhury
Hi, Whenever i am using the command rsync --write-batch -av --stats `cat $1` -e ssh user@remote machine:/destination/ This is writing rsync_argvs files in the home directory as well as to the destination directory. Can anyone give me any idea as how to prevent the writing of rsync_argvs

The timestamp of a file should be the time stamp of the remote machine after it is rsynced.

2002-10-25 Thread Surabhi Choudhury
Can anyone let me know how to make the timestamp of the file as that of the remote machine after rsync. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html