Issue applying logs to full backup

Hi - I’m trying to apply the logs to a full back up I just took. However, I’m receiving the following error:

[B][I]


innobackupex: got a fatal error with the following stacktrace: at /usr/bin/innobackupex line 3910
main::check_args() called at /usr/bin/innobackupex line 1531
innobackupex: Error: Too many command line arguments

[/I][/B]

To take my backup, I ran the following command:
[B][I]

innobackupex -user=root --no-timestamp /backup/prod-db/percona/2015-08-30

[/I][/B]

After the completed, successfully, I attempted to apply the logs to give myself a stable backup to restore from:
[B][I]

[/I][/B][I][B]innobackupex —apply-log /backup/prod-db/percona/2015-08-30[/B][/I][B][I]

[/I][/B]

Running this commend resulted in the error message above.

Additional information:
Using server version 5.5.41-0+wheezy1
xtrabackup version 2.2.12 based on MySQL server 5.6.24 Linux (x86_64) (revision id: 8726828)

Any help is appreciated!

Thanks,
Mark

Hi mjfaga;

Are you by chance copying your commands from somewhere? Your apply-log command has one of Windows’ lovely “em dashes” that gets created from two hyphens (–). If you delete that and put back in the two hyphens, like --apply-log, it should work.

-Scott

Wow - sorry about that… I was copying from my Apple notes - didn’t even notice the missing dash. Thanks, and sorry for the trouble!