• 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

Backups larger than 2047 MB to FTP don't finish

Squeeze999

Basic Pleskian
Backups larger than 2 GB to ftp storage don't come to an end, backup file remains also local and isn't deleted after writing to ftp.
Dividing backups into slices of 2 GB works fine but copying them back to server storage via backup manager fetches only the first file (xyz-12345.tar) not the *.tar.1 *.tar.2 ... files.
 
Do you have any related error messages in backup logs?
 
No there are no error msg in backups. Last lines of backup.log:
[2015-09-10 11:39:06.982|26057] INFO: Created temp file: /tmp/repo_transport_tmp_hSoxO5
[2015-09-10 11:39:06.983|26057] INFO: Ftp upload file from /opt/psa/PMM/tmp/backupMqm8GK/FZ_Z5_1509101127.tar to ftp://keckftp.cloudapp.net//FZ_Z5_1509101127.tar
[2015-09-10 11:39:06.983|26057] INFO: File size: 3277517996

Ftp connection ist closed after upload, but backups stay active.

8< *******
root@zeus5:/var/log/plesk/PMM/import-2015-09-10-11-08-33-405# ps -ef | grep backup
root 21001 1 0 11:27 ? 00:00:08 /usr/bin/perl /opt/psa/admin/bin/plesk_agent_manager server --owner-uid=48991c15-0592-4140-b9cc-aca8d06522a4 --owner-type=server --backup-profile-name=FZ_Z5 --description=Server-Backup. -vvvv --session-path=/opt/psa/PMM/sessions/2015-09-10-112734.975 --output-file=ftp://[email protected]// --ftp-passive-mode
root 26555 22149 0 11:50 pts/2 00:00:00 grep --color=auto backup

>8 ********

There is one file in FTP repo and the same file in server repo.

Downloading the files from ftp repo to server repo via pmm-ras fail with a time out. Is there any way to change ftp request timeout in Plesk 12.0 for Linux?
 
No. there are no special setting for timeout control. If you enable debug in panel.ini backup log will contain FTP connection RAW commands. It may help to find possible problems.
Which version of Plesk do you use?
 
I am using 12.0.18.63
Meanwhile I managed to backup my production system by cutting the backup into 512MB slices.
I still get the timeout msg in the web frontend, but import is finishing with warning.
I'll try to switch on debug mode and upload the trace.
 
Back
Top