bulent
Regular Pleskian
Hi, several days ago I updated my VPS to 17.5.
Now I receive these errors in my mail
Domain: example.com
Plesk entry point: https://server1.com:8443/
The following error occurred during the scheduled backup process:
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 username ftp://ftp.backupserver.net//backup/backupdir/test-dir/test-file.txt
echo 456 | curl -T - -a --ftp-create-dirs -v --ftp-pasv --ssl -k -u username ftp://ftp.backupserver.net//backup/backupserver/test-dir/test-file.txt
curl -v --ftp-pasv --ssl -k -u backupuser ftp://ftp.backupserver.net//backup/mydomain/test-dir/test-file.txt
But it seems like backup is completed correctly and is uploaded on the ftp server.
Now I receive these errors in my mail
Domain: example.com
Plesk entry point: https://server1.com:8443/
The following error occurred during the scheduled backup process:
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 username ftp://ftp.backupserver.net//backup/backupdir/test-dir/test-file.txt
echo 456 | curl -T - -a --ftp-create-dirs -v --ftp-pasv --ssl -k -u username ftp://ftp.backupserver.net//backup/backupserver/test-dir/test-file.txt
curl -v --ftp-pasv --ssl -k -u backupuser ftp://ftp.backupserver.net//backup/mydomain/test-dir/test-file.txt
But it seems like backup is completed correctly and is uploaded on the ftp server.