On Thu, Jul 03, 2003 at 10:02:33AM -0700, Wayne Davison wrote:
> On Thu, Jul 03, 2003 at 05:25:28PM +0900, Yasuoka Masahiko wrote:
> > I'm Yasuoka Masahiko from Japan. I sent 2 messages about a bug on
> > token.c.
>
> Hi, I've been tracking your patches, but have not had much of a chance
> to loo
On Fri, Jul 04, 2003 at 04:24:29AM +0900, Yasuoka Masahiko wrote:
> Your patch is good and simple. This fixed all my failure cases.
Excellent! I checked in a slightly tweaked version into CVS.
..wayne..
--
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before p
On Thu, 3 Jul 2003 10:02:33 -0700
Wayne Davison <[EMAIL PROTECTED]> wrote:
> > In addition to, tx_strm context keeps pending output. It must be
> > flushed here.
>
> It seems weird to me that the code was not flushing the output, but I am
> worried that changing this will make us incompatible wi
On Thu, Jul 03, 2003 at 03:23:08PM +0100, Xavier wrote:
> rsync -nPru --delete /temp/* serverA::wwwroot/temp/
>
> the delete option is not working
That's because you used a wildcard. The --delete option only affects
directories, and you send a list of files. The above is equivalent to
the follo
Found my answer. Sorry for not looking harder first..
rsync -av --include '*/' --exclude '*' source-dir dest-dir
> -Original Message-
> From: Tim Nelson
> Sent: Thursday, July 03, 2003 11:58 AM
> To: '[EMAIL PROTECTED]'
> Subject: rsync for directory structures only
>
On Thu, Jul 03, 2003 at 05:25:28PM +0900, Yasuoka Masahiko wrote:
> I'm Yasuoka Masahiko from Japan. I sent 2 messages about a bug on
> token.c.
Hi, I've been tracking your patches, but have not had much of a chance
to look into this until today. Thanks for supplying patches with your
bug report
I am looking to only sync directories not any files within them..
Is there a switch/trick available for this in rsync ?
Thanks for any suggestions !!
Tim Nelson
Senior UNIX Systems Administrator
OSI Support Services, Inc.
2520 N. 170th Street
New Berlin, WI 53151
T: 262-780-2134
F: 262-780-2
I would like to know if rsync for Netware can do what I need? I am
guessing it can but were are some instructions for setting it up on
Netware?
What is needed : I want users logged in to the Main server to be able
create a file at the Main office on their server. Then minutes later
someone in
Hello,
Here is my problem:
A rsync daemon is started on serverA with the root user.
Now if I try to sync serverA to serverB :
rsync -nPru --delete serverA::test/temp/ /temp/
the behavior is just perfect and everything goes well.
Now if I try to switch the server :
rsync -nPru --delete /temp
Hello developers,
I'm Yasuoka Masahiko from Japan. I sent 2 messages about a bug on
token.c. It appears like bellow,
dev1: {79} % rsync -Iz install-disk2.iso 127.0.0.1:/var/tmp/install-disk2.iso
deflate on token returned 0 (16384 bytes left)
rsync error: error in rsync protocol data st
10 matches
Mail list logo