justliam / wordpress-backup-to-dropbox

A plugin for WordPress that automatically uploads your blogs files and a SQL dump of its database to Dropbox. Giving you piece of mind that your entire blog including its precious posts, images and metadata regularly backed up.
http://wpb2d.com
108 stars 21 forks source link

without wp-cron it silently fails #173

Open szepeviktor opened 10 years ago

szepeviktor commented 10 years ago

I run WP crons from a real linux cron job twice an hour. With define( 'DISABLE_WP_CRON', true ); wpb2d silently fails.

Please consider running manually initiated backups directly from the AJAX calls without cron.

szepeviktor commented 10 years ago

(I stop reporting other issues)