• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue The following error occurred during the scheduled backup process:

NevilleM

New Pleskian
For the past few weeks we have been receiving this email after the scheduled backup kicks in. Incremental backup is enable but does not work - could the 2 issues be related?

Backup is around 8-10Gb daily and there are 6 multi-volume tar files successfully uploaded on ftp on a daily basis.

Server
Plesk entry point: https://domain.com:883

The following error occurred during the scheduled backup process:

Unable to resume a download of the file from the storage: the content of the retrieved file does not match the content that was previously sent
Check that you can resume downloads from the storage. You can check it independently with the commands:
(echo 123 && echo 456) | curl -T - --ftp-create-dirs -v --ftp-pasv --ssl -k -u ftpuser ftp://1.1.1.1//pleskbackup/test-dir/test-file.txt
curl -C 4 -v --ftp-pasv --ssl -k -u ftpuser ftp://1.1.1.1//pleskbackup/test-dir/test-file.txt
Unable to resume an upload of the file to the storage: the content of the retrieved file does not match the content that was previously sent
Check that you can resume uploads to the storage. You can check it independently with the commands:
echo 123 | curl -T - --ftp-create-dirs -v --ftp-pasv --ssl -k -u ftpuser ftp://1.1.1.1//pleskbackup/test-dir/test-file.txt
echo 456 | curl -T - -a --ftp-create-dirs -v --ftp-pasv --ssl -k -u ftpuser ftp://1.1.1.1//pleskbackup/test-dir/test-file.txt
curl -v --ftp-pasv --ssl -k -u ftpuser ftp://1.1.1.1//pleskbackup/test-dir/test-file.txt
 
Yes, they are. You need to enable download/upload resuming on your FTP storage.

Thanks - how would I do that please? The ftp is designed for backups and in the past it used to do incrementals so I suspect it is a setting in Plesk/CentOS
 
FTP servers are not necessarily able to resume previously interrupted transfers. This is a setting that needs to be done in the FTP server, not in Plesk. If you do not have access to your FTP backup space, please ask your provider whether the server supports the feature or how it can be enabled.
 
Back
Top