Connection problem
-
I’m testing backWPup and want to use it to efficiently backup several multisites (6) of various sizes on several virtual machines that I manage.
I’d like to store daily and weekly backups on dropbox, and if everything works implement differential backups under one of your plans.
I’ve installed the plugin and managed to use the WP CLI successfully to create backups and send them to Dropbox. However the Run Now options are mostly hitting an error (relaxing the firewall rules progressively achieved results – but they didn’t stick and failed on the first cron job):
ERROR: Dropbox API: (7) Failed to connect to content.dropboxapi.com
The firewall now contains rather a lot of exceptions (!):
dropboxapi.com
*.dropboxapi.com
api.dropboxapi.com
content.dropboxapi.com
block-api.dropbox-dns.com
block-api-iad.dropbox-dns.com
45.58.70.4
api-content.dropbox.com
notify.dropboxapi.com
*.dropbox.com
dropbox.com
api-content.dropbox.combut I can’t see why the CLI works every time and I think I should be able to get away with a simpler exception list of:
api.dropboxapi.com
content.dropboxapi.comI did also notice that if I authenticate using the recommended option it doesn’t always succeed and proceeded to send my files to a Dropbox Sandbox, who knows where – its not mine as far as I can see. (https://content.dropboxapi.com/1/files/sandbox/MyBackups/Etc/).
Any suggestions?
I’m slowly adopting Letsencrypt for ssl, which is a challenge on my MS setup. Could that have something to do with the problems?
- The topic ‘Connection problem’ is closed to new replies.