Indice
Everytime a backup job is started, BackWPup checks if the job was started within 10 seconds. If not, the following error message will be displayed:
Il processo „%s“ è stato avviato, ma non ha dato risposta da 10 secondi.
In this case go to BackWPup → Settings → Information. There you can find the entry Server self connect with more details, which are relevant to this error message.
If you don’t know what to do with this, copy all information on this page and contact the BackWPup Support. For the Free Version use the support forums on wordpress.org. If you have purchased the Pro Version, you can use the BackWPup Premium Support.

Indice
Messaggi di errore e possibili soluzioni
Ecco un elenco dei messaggi di errore che possono comparire nella sezione "Connessione automatica al server".
Risposta HTTP non prevista: Errore HTTP di WP: Errore durante la ricezione dei dati dal peer
In this case your host is probably blocking the access to the wp-cron.php file. Please contact your host and check if this is the case and if it is possible to change. Apart from that you can try a workaround for BackWPup: Activate alternative Cron by adding the following line to your wp-config.php:
define( 'ALTERNATE_WP_CRON', true );
Risposta HTTP non prevista: Codice di stato: 500
- Check if your blog is in maintenance mode. The maintenance mode blocks the plugin’s ability to access the WordPress files and folders.