hi all, i had a same problem too. but i solved it ^_^ 

in the plugin (/usr/lib64/bareos/plugins/BareosFdPercona.py) here is a mistake
look at this record
"echo 'SHOW ENGINE INNODB STATUS' | mysql --defaults-extra-file=/root/.my.cnf 
-r | grep 'Log sequence number' | cut -d ' ' -f 4"
and change 4 with 13
must be
"echo 'SHOW ENGINE INNODB STATUS' | mysql --defaults-extra-file=/root/.my.cnf 
-r | grep 'Log sequence number' | cut -d ' ' -f 13"
after this change incremental backup successed 

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to