• Resolved patoberli

    (@patoberli)


    Hi

    How do I have to use the variable HMBKP_DISABLE_AUTOMATIC_BACKUP?
    I tried:
    define(‘HMBKP_DISABLE_AUTOMATIC_BACKUP’, ”);
    define(‘HMBKP_DISABLE_AUTOMATIC_BACKUP’, ‘true’);
    define(‘HMBKP_DISABLE_AUTOMATIC_BACKUP’, ‘1’);
    so far, but it still says that the backup will run every day.

    thanks
    pato

    http://ww.wp.xz.cn/extend/plugins/backupwordpress/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Tom Willmot

    (@willmot)

    Hi Patorberli,

    Thanks for your bug report, it looks like I inadvertently broke the the ability to disable the daily backup in the last release. I have just released version 1.1.2 which fixes the issue.

    1.1.2 should show up in the next 15 minutes or so.

    To disable the automatic backup you’d want to use

    define( 'HMBKP_DISABLE_AUTOMATIC_BACKUP', true );

    Thread Starter patoberli

    (@patoberli)

    Thanks, I can disable it now 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: BackUpWordPress] How to use Disable?’ is closed to new replies.