Le Lundi 29 Janvier 2007 16:10, Alexandros Papadopoulos a écrit :
> On Sunday 28 January 2007 05:49, Peter Matulis wrote:
> > I have several WinXP laptops which have been backing up to a
> > FreeBSD 6.0 server via rsync for a good while now. Now one laptop
> > is giving me grief. I am running cwRsy
Using --whole-file doesn't help, see below. BTW, rsync needs about the
same time even if no file has changes at all. It must be the
comparison of the file metadata. A rate 325 files/sec seems somewhat low
to me but maybe its mostly the time to read all directories and the
"File list generation t
https://bugzilla.samba.org/show_bug.cgi?id=4378
Summary: Handling of symbolic links
Product: rsync
Version: 2.6.6
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
On Wed, Feb 07, 2007 at 05:19:16PM +0100, LORAND Beno?t wrote:
>I have written a little script that's would email me all errors.
> rsync -vah --delete --stats >
> /var/log/sauvegarde/listoffile.log 2> /var/log/sauvegarde/errors.log
>
>My problem is i want to have the stats in my
Aaron W Morris a écrit :
On 2/7/07, LORAND Benoît <[EMAIL PROTECTED]> wrote:
Hello,
I have written a little script that's would email me all errors.
rsync -vah --delete --stats >
/var/log/sauvegarde/listoffile.log 2> /var/log/sauvegarde/errors.log
My problem is i want to ha
On 2/7/07, LORAND Benoît <[EMAIL PROTECTED]> wrote:
Hello,
I have written a little script that's would email me all errors.
rsync -vah --delete --stats >
/var/log/sauvegarde/listoffile.log 2> /var/log/sauvegarde/errors.log
My problem is i want to have the stats in my mail. I
Hello,
I have written a little script that's would email me all errors.
rsync -vah --delete --stats >
/var/log/sauvegarde/listoffile.log 2> /var/log/sauvegarde/errors.log
My problem is i want to have the stats in my mail. Is it possible to
redirect --stats to STDERR.
I h
Hello,
I have written a little script that's would email me all errors.
rsync -vah --delete --stats >
/var/log/sauvegarde/listoffile.log 2> /var/log/sauvegarde/errors.log
My problem is i want to have the stats in my mail. Is it possible to
redirect --stats to STDERR.
I have