• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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