Ubuntu 14.04.5 LTS
Plesk version 12.5.30 Update #57
Over the last few days we've had a few backups fail on the upload to our external FTP server with timeout issues.
The backup log says: Unable to upload dump to FTP, it remains in server repository and you can manually download and upload it to FTP.
But, I can't find the backup on the server to manually upload to the FTP server, it looks like the backup process fails and then it deletes the backup tars. I can see from the file system usage graphs that after the backup fails, the fs usage goes back to what it was before the backup.
/var/lib/psa/dumps just has a domains folder with some compressed sql files and some mysql.daily.dump files.
There are none of my backup_XXX.tarX files, how do I get the server to keep the .tar files if the backup fails so I can manually transfer them if need be?
PS, maybe the backup logic could be changed so that if it fails to upload a tar and can't resume the file, it actually tries to upload the whole file again and again (within reason), until it completes the backup operation and not just fail?
Plesk version 12.5.30 Update #57
Over the last few days we've had a few backups fail on the upload to our external FTP server with timeout issues.
The backup log says: Unable to upload dump to FTP, it remains in server repository and you can manually download and upload it to FTP.
But, I can't find the backup on the server to manually upload to the FTP server, it looks like the backup process fails and then it deletes the backup tars. I can see from the file system usage graphs that after the backup fails, the fs usage goes back to what it was before the backup.
/var/lib/psa/dumps just has a domains folder with some compressed sql files and some mysql.daily.dump files.
There are none of my backup_XXX.tarX files, how do I get the server to keep the .tar files if the backup fails so I can manually transfer them if need be?
PS, maybe the backup logic could be changed so that if it fails to upload a tar and can't resume the file, it actually tries to upload the whole file again and again (within reason), until it completes the backup operation and not just fail?
Code:
INFO: Ftp init url ftps://xxx/backup_1701240206.tar9
INFO: Error 28 Timeout was reached
INFO: Trying to resume upload...
INFO: Unable to resume interrupted upload. It seems like FTP server deleted the file, when the connection was lost. Try to repeat or perform upload manually