francourbano
Forum Replies Created
-
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Cloud backup functionA 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.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Cloud backup functionHi,
Thank you very much for her help.
Now it works perfectly!
Have a nice day,
Franco.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Cloud backup functionHi Dee, how are you?
Here I share the “manual backup log” and the “cronjob backup log”.
Manual:
https://drive.google.com/file/d/1f0B5GEPngiXr8slTJmLkRqiEsuPSmD6c/view?usp=sharing
Cronjob:
https://drive.google.com/file/d/11vaHxUujl3cKjq1vVCGCy9OYguziSXGJ/view?usp=sharing
The manual was stored in Drive, the other was not.
Thanks for your help,
Franco.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Cloud backup functionHi Bryle, how are you?
Do you have any answer about this problem?
Thanks,
Franco.Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Cloud backup functionHi Bryle, how are you?
I just tried this new code and I get the same result.
The backup is successful but it is not stored in GoogleDrive as when I do it manually.
Any other idea?
Thanks for your help,
Franco.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Cloud backup functionHello,
Thanks for your answer.
This is the code:
<?php define('UPDRAFTPLUS_CONSOLELOG', true); require_once('wp-load.php'); do_action('updraft_backupnow_backup_all'); ?>
And this is the cron:
00 01 * * 6 /usr/bin/php /directory/filename.php >/dev/null 2>&1
Thanks!
Franco.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Cloud backup functionThank you!
I wait for a new answer ??
Franco.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Cloud backup functionGoogle drive is well established.
In fact when I do a manual backup it is stored in drive.
But when I backup through cronjob, it doesn’t work.
Will there be any more parameters to be passed in order for it to be stored in the cloud?
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Cloud backup functionHi Bryle,
Thank you very much for your answer.
Actually, I don’t see an error message, only that when I run the full backup from cronjob, it is not stored in the cloud (google drive).
But if I run it manually it works.
Here I attach the log file.
https://drive.google.com/file/d/17_3VHpyj0m-waEQ3nEpd74qx0hNr2yf_/view?usp=sharing
Thank you very much for your help.
Franco.