I'm back... (most of)

2003-03-25 Thread Lapo Luchini
Well, what to say... my computer is ok again, I *just* have to read some thousands emails and I can begin contribute again =P -- Lapo 'Raist' Luchini [EMAIL PROTECTED] (PGP & X.509 keys available) http://www.lapo.it (ICQ UIN: 529796) -- To unsubscribe or change options: http://lists.samba.org/mai

Re: Logging on the rsync server from a client connect

2003-03-25 Thread jw schultz
On Tue, Mar 25, 2003 at 05:16:29PM -0500, Susan Ator wrote: > Please forgive me for the really dumb question following. I am a complete > newbie to rsync. > > I have been trying to set up an rsync server and am unable to get any > logging. > I need to know if the following is possible. > > I'm rs

Logging on the rsync server from a client connect

2003-03-25 Thread Susan Ator
Please forgive me for the really dumb question following. I am a complete newbie to rsync. I have been trying to set up an rsync server and am unable to get any logging. I need to know if the following is possible. I'm rsyncing from the client and connecting with ssh to an rsync server. I can co

Re: Transfer files bigger than 1383275520 bytes - Rsynccompiledincygwin

2003-03-25 Thread Christian
I'm disapointed :( Thanks Peter, Christian - Original Message - From: "Peter Ring" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 25, 2003 5:21 PM Subject: RE: Transfer files bigger than 1383275520 bytes - Rsync compiledincygwin > Cygwin does not support files greater

Re: Transfer files bigger than 1383275520 bytes - Rsync compiledincygwin

2003-03-25 Thread Max Bowsher
Christian wrote: > Hello, > > I can't transfer big files. In the output below, you can see that rsync > only transfer 1383275520 of a 5448046592 bytes file: Cygwin doesn't support large files. (Yet) > $ rsync --version > rsync version 2.5.6 protocol version 26 > Copyright (C) 1996-2002 by Andre

RE: Transfer files bigger than 1383275520 bytes - Rsync compiledincygwin

2003-03-25 Thread Peter Ring
Cygwin does not support files greater than 2GB. Kind regards Peter Ring -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Christian Sent: 25. marts 2003 20:54 To: [EMAIL PROTECTED] Subject: Transfer files bigger than 1383275520 bytes - Rsync compiled incygwin

Transfer files bigger than 1383275520 bytes - Rsync compiled incygwin

2003-03-25 Thread Christian
Hello, I can't transfer big files. In the output below, you can see that rsync only transfer 1383275520 of a 5448046592 bytes file: F:\shells>rsync -e ssh -avz ./backup [EMAIL PROTECTED]:backups [EMAIL PROTECTED]'s password: building file list ... done wrote 114 bytes read 20 bytes 3.01 bytes/s

Fairly serious exclude problem with modules

2003-03-25 Thread Carson Gaspar
There is a rather major issue with excludes when using modules. I've seen no mention of this outside of vague warnings in the rsynd.conf man page. Given: [test] path = /tmp/foo exclude = /bar/baz And a file /tmp/foo/bar/baz/biff rsync -avvH rsync://server/test/ /mydir/ correctl

Re: A checksum question

2003-03-25 Thread jw schultz
On Tue, Mar 25, 2003 at 04:31:00PM +, Terry Raggett wrote: > I'd like to know a little about the internals of RSYNC. I am a little > confused as to why RSYNC is using both the simple 32 bit algorithm and > the MD4 checksum function on the same files. From my testing this causes > a vast over

A checksum question

2003-03-25 Thread Terry Raggett
I'd like to know a little about the internals of RSYNC. I am a little confused as to why RSYNC is using both the simple 32 bit algorithm and the MD4 checksum function on the same files. From my testing this causes a vast overhead that is clearly not represented by RCP (fairly obvious!). Removin

Re: structure only

2003-03-25 Thread Max Bowsher
[EMAIL PROTECTED] wrote: > Hi people, > > I used to copy filesystem structures ( only Directories ) with rsync > version 2.3.1. > For this I used > > rsync -e ssh -trulogxp - -include "*/" - -exclude "*" > remotemaschine:/source /localtraget > > Now, on a new maschine with rsync version 2.5.5 that

structure only

2003-03-25 Thread Sven . Kienle
Hi people, I used to copy filesystem structures ( only Directories ) with rsync version 2.3.1. For this I used rsync -e ssh -trulogxp - -include "*/" - -exclude "*" remotemaschine:/source /localtraget Now, on a new maschine with rsync version 2.5.5 that doesn´t work any more. Now rsync copies di

Re: Rsync snapshots problem.

2003-03-25 Thread Warren Mannington
Thanks for your help. I have implemented this using cygwin - rsync - ssh - cron to push the files to the server. The bug (probably caused by samba ) with deleting files doesn't show up in this case. Warren. - Original Message - From: "jw schultz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTE