On Fri, Mar 30, 2001 at 06:05:19PM +0100, M. Drew Streib wrote:
...
> On a related note. I _really_ wish there was a way to tell rsync that
> a permissions error on the server shouldn't stop _all_ file deletions from
> happening.
>
> Ideally, it should only stop deletion of the file(s) with the
On Fri, Mar 30, 2001 at 09:24:31AM -0600, Dave Dykstra wrote:
> I didn't realize that was only printed with -v; I think it should be elevated
> to the FERROR level so it will always show. Anybody disagree?
It is FINFO now. I would think that this is important enough to be
elevated, certainly.
O
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 -
On Fri, Mar 30, 2001 at 01:45:40AM +0100, M. Drew Streib wrote:
> On Thu, Mar 29, 2001 at 06:33:37PM -0500, Larry Prikockis wrote:
...
> >here's what I'm using:
> >
> >rsync -e ssh -rca --delete local/. user@remotehost:/remote/
Let me point out that the '-r' is already implied by '-a'. Also, it's
Putting /tmp/* instead of /tmp in the excluding filelist works.
Thanks Dave.
Magda
> -Original Message-
> From: Dave Dykstra [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 29, 2001 5:32 PM
> To: Magdalena Hewryk
> Cc: '[EMAIL PROTECTED]'
> Subject: Re: --include vs --exclude-form
>
>
> 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/
>
>
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