Hi Franco,
Apologies for the delay.
I am just consulting with our lead developer regarding the logs and will update you when I hear back
Hi,
Apologies for the delay.
I have been informed that there is an issue in the documentation.
Please could you update your script to the following:
define('UPDRAFTPLUS_CONSOLELOG', true);
define('DOING_CRON', true);
require_once('wp-load.php');
do_action('updraft_backupnow_backup_all', array('nocloud' => 0));
This will allow the upload to remote storage.
I will also update the documentation.
Apologies again for the inconvenience.
Hi,
Thank you very much for her help.
Now it works perfectly!
Have a nice day,
Franco.
A question,
How do I make the incremental backup work?
Change the line:
do_action (‘updraft_backupnow_backup_all’, array (‘nocloud’ => 0));
by:
do_action (‘updraft_backup_increments’, array (‘nocloud’ => 0));
or:
do_action (‘updraft_backup_increments’);
It hasn’t worked for me …
Thanks!
Franco.
Plugin Contributor
bcrodua
(@bcrodua)
Hi Franco,
Apologies for the delay.
This is from our documentation:
If you wish to run incremental backups, in addition to the normal backup cronjob, you will need to add a second task calling the following action:
do_action(‘updraft_backup_increments’);
Thanks,
Bryle