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 pro
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