Title: Cloud backup function
Last modified: September 7, 2021

---

# Cloud backup function

 *  Resolved [francourbano](https://wordpress.org/support/users/francourbano/)
 * (@francourbano)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/cloud-backup-function/)
 * Hello,
 * I am backing up my website based on the following page:
 * [https://updraftplus.com/faqs/can-i-run-backups-from-the-shell/](https://updraftplus.com/faqs/can-i-run-backups-from-the-shell/)
 * Everything works fine, but the backup is not uploaded to GoogleDrive.
 * Do I need to add another function?
 * I wait for your reply,
 * Franco.

Viewing 5 replies - 16 through 20 (of 20 total)

[←](https://wordpress.org/support/topic/cloud-backup-function/?output_format=md)
[1](https://wordpress.org/support/topic/cloud-backup-function/?output_format=md)
2

 *  Plugin Contributor [DNutbourne](https://wordpress.org/support/users/dnutbourne/)
 * (@dnutbourne)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/cloud-backup-function/page/2/#post-14960325)
 * 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
 *  Plugin Contributor [DNutbourne](https://wordpress.org/support/users/dnutbourne/)
 * (@dnutbourne)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/cloud-backup-function/page/2/#post-14963915)
 * 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.
 *  Thread Starter [francourbano](https://wordpress.org/support/users/francourbano/)
 * (@francourbano)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/cloud-backup-function/page/2/#post-14971511)
 * Hi,
 * Thank you very much for her help.
 * Now it works perfectly!
 * Have a nice day,
 * Franco.
 *  Thread Starter [francourbano](https://wordpress.org/support/users/francourbano/)
 * (@francourbano)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/cloud-backup-function/page/2/#post-14971684)
 * 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](https://wordpress.org/support/users/bcrodua/)
 * (@bcrodua)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/cloud-backup-function/page/2/#post-15032695)
 * 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

Viewing 5 replies - 16 through 20 (of 20 total)

[←](https://wordpress.org/support/topic/cloud-backup-function/?output_format=md)
[1](https://wordpress.org/support/topic/cloud-backup-function/?output_format=md)
2

The topic ‘Cloud backup function’ is closed to new replies.

 * ![](https://ps.w.org/updraftplus/assets/icon-256x256.jpg?rev=1686200)
 * [UpdraftPlus: WP Backup & Migration Plugin](https://wordpress.org/plugins/updraftplus/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/updraftplus/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/updraftplus/)
 * [Active Topics](https://wordpress.org/support/plugin/updraftplus/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/updraftplus/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/updraftplus/reviews/)

## Tags

 * [GoogleDrive](https://wordpress.org/support/topic-tag/googledrive/)

 * 20 replies
 * 3 participants
 * Last reply from: [bcrodua](https://wordpress.org/support/users/bcrodua/)
 * Last activity: [4 years, 5 months ago](https://wordpress.org/support/topic/cloud-backup-function/page/2/#post-15032695)
 * Status: resolved