Displaying 1 result from an estimated 1 matches for "blorand".
Did you mean:
  lorand
  
2007 Feb 07
3
Redirect --stats to STDERR.
Hello,
    I have written a little script that's would email me all errors.
          rsync -vah --delete --stats <sources> <destination> >
/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 tryed to do this :
                    /---