• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Issue Backup-Manager: Unable to upload the backup to the external storage

Hej,

with onedrive configured as an external storage backup manager got following errors message:

Warning:
Unable to upload the backup to the external storage: Transport error: Failed to write a file to an external repository, see the log files


Content of the log files is:

WARNING: () Unable to upload the backup to the external storage: Transport error: Failed to write a file to an external repository, see the log files

Somone has an idea how to solve this?
 
Have you verified that you could manually upload a file to your external storage space? For example using

curl -v -k --ftp-ssl ftp://xxx.xxx.xxx.xxx//backups/ --user <ftpuser>:<ftp_pass> --upload-file backup.zip
 
Back
Top