• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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