• Resolved epatt29

    (@epatt29)


    Seeing the same “Database Failed To Backup On ‘December 21, 2016 @ 4:59 PM’. Invalid Backup File Path.” error. When using echo $command; I receive the following results (specifics blanked out for client security):

    “C:/Program Files/MySQL/MySQL Server 5.1/bin/mysqldump.exe” –force –host=”localhost” –user=”xxxxxxxx” –password=”xxxxxxxx” –default-character-set=”utf8″ –add-drop-table –skip-lock-tables xxxxxxxx > “E:^\^\inetpub^\^\xxxxxxx^\^\wp-content^\^\backup-db/1482344511_-_xxxxxxxx.sql”

    When I try to run this via SSH, I receive “The system cannot find the path specified.” If I take out the extra ^\^ added after each section in the path, it runs successfully.

    I’ve verified the path in DB Options is E:\inetpub\xxxxxxx\wp-content\backup-db — what I would expect to see.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Lester Chan

    (@gamerz)

    Try using / instead of \ for the path. It will work for windows as well. Unfortunately, I can’t fix this because if I do it, it will be a security risk.

    Thread Starter epatt29

    (@epatt29)

    That worked! Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘A new “Invalid Backup File Path.”’ is closed to new replies.