Comment 0 for bug 887803

Revision history for this message
Bradley Baetz (bbaetz) wrote :

The innobackupex help docs say:

    --safe-slave-backup-timeout
        How many seconds --safe-slave-backup should wait for
        Slave_open_temp_tables to become zero. (default 300)

However:

# time innobackupex --defaults-file=/etc/my.cnf --stream=tar /tmp/ --slave-info --safe-slave-backup-timeout=7200 | ssh foo@bar "tar xfi - -C /var/lib/mysql"
Option safe-slave-backup-timeout does not take an argument
innobackupex: Bad command line arguments
tar: This does not look like a tar archive
tar: Error exit delayed from previous errors

The GetOptions call for this is wrong - patch attached