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

    (@flymike)

    DBC Backup v1.1 was working perfectly on WP 2.9.1 until 3 weeks ago. Then it stopped doing daily backups.
    Reading the code on dbcbackup-options.php, I don’t understand how it ever worked. I’m hoping someone can explain it:

    dbcbackup-options.php calls wp_schedule_event with the 2nd parameter = ‘dbc_backup’. But wp_schedule_event requires the 2nd parameter be how often the event should occur, and the value be one of ‘hourly’, ‘twicedaily’ or ‘daily’.

    How did this plugin ever work?

    DBC Backup version 1.1 on WP 3.0.1.
    Scheduling does work on a Windows PC with Xampp, but it doesn’t on the installation with my hosting provider. Manual backups are OK.

    This is the output when I activate scheduling daily at 12.05 hrs.:
    Next Schedule is on: 2010-10-19 12:05:00 | Current Date: 2010-10-19 17:06:26
    I would expect the next schedule to be on 2010-10-20.

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

The topic ‘[Plugin: DBC Backup] dbc backup plug in doesnt work’ is closed to new replies.