Re: Rsync freezing problem

2001-03-30 Thread Dave Dykstra
On Fri, Mar 30, 2001 at 03:03:14PM +0200, Remi Laporte wrote: > I've noticed that the -v can bring some freezing of rsync. > > The test I've made , have shown that the more "v". I use, the more > problems happend. > > I'am now using this command without problem any more > rsync -axW --progress -

Re: Rsync freezing problem

2001-03-30 Thread SYLVAIN . COUTANT
> I've noticed that the -v can bring some freezing of rsync. > > The test I've made , have shown that the more "v". I use, the more > problems happend. > > I'am now using this command without problem any more > rsync -axW --progress --stat --delete --exclude \"lost+found\" /src/ > /target/ > >

Rsync freezing problem

2001-03-30 Thread Remi Laporte
I've noticed that the -v can bring some freezing of rsync. The test I've made , have shown that the more "v". I use, the more problems happend. I'am now using this command without problem any more rsync -axW --progress --stat --delete --exclude \"lost+found\" /src/ /target/ Can somebody tell me