Bug #58273 Make automatic incremental backup possible without user intervention
Submitted: 17 Nov 2010 21:40 Modified: 19 Mar 2012 23:50
Reporter: Sveta Smirnova Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Enterprise Backup Severity:S4 (Feature request)
Version:3.5 OS:Any
Assigned to: CPU Architecture:Any

[17 Nov 2010 21:40] Sveta Smirnova
Description:
Currently if user wants to automate incremental backup they need to write custom script which parses mysqlbackup output and saves LSN # somewhere.

Please save LSN # in such a way so it will be possible to do this thing without user intervention.

How to repeat:
Feature request.
[17 Nov 2010 21:46] Sveta Smirnova
Workaround:

parse mysqlbackup output somehow like 

./mysqlbackup [options] backup.cnf BACKUPDIR 2>&1 | grep "ibbackup: Was able to parse the log up to lsn" | grep -Eo "[0-9]+"
[19 Mar 2012 23:50] John Russell
This is an accepted request. (WL #6151)