MySQL Forums
Forum List  »  Backup

Re: Re-directing Logs of mysqlbackup
Posted by: sreekar reddy
Date: December 11, 2012 05:16AM

Use

mysqlbackup --options-- > file.log 2>&1

which redirects the error stream to output stream
We already redirected output to file.log so both error and O/P streams
will go to file.log

Options: ReplyQuote


Subject
Views
Written By
Posted
2471
December 11, 2012 03:56AM
Re: Re-directing Logs of mysqlbackup
1252
December 11, 2012 05:16AM
1179
December 11, 2012 05:42AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.