MySQL Forums
Forum List  »  Backup

Re-directing Logs of mysqlbackup
Posted by: Varun Datta
Date: December 11, 2012 03:56AM

Hi,

How can we redirect logs generated by mysqlbackup to specific Logfile.

I tried it using below mentioned method but with no luck.

mysqlbackup --port=3306 --protocol=tcp --user=root --password=mysql123 --backup-dir=/MYSQL/backup/master_backup backup-and-apply-log | tee -a backup.log

mysqlbackup --port=3306 --protocol=tcp --user=root --password=mysql123 --backup-dir=/MYSQL/backup/master_backup backup-and-apply-log > backup.log

Please assist.

Thanks,
Varun Datta

Options: ReplyQuote


Subject
Views
Written By
Posted
Re-directing Logs of mysqlbackup
2453
December 11, 2012 03:56AM
1246
December 11, 2012 05:16AM
1168
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.