• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

FTP backup fails ERROR: () Unable to rotate dump

theant

New Pleskian
Hi, on our Centos 6.5 Vps with Plesk 12.0.18 the scheduled backup to a personal repository ftp fails every time with this error:

ERROR: () Unable to rotate dump: The dump rotation is failed with code '126' at /usr/local/psa/admin/bin/plesk_agent_manager line 1041.

ERROR: () Can't upload file 'clients/vorrei-cloud/domains/vorrei.org/backup_vorrei.org_info_1412130307.xml' to ftp. Error code: 1

On the target server there are nothing.

Any suggestion to fix it?
 
First of all check following:

-Make sure that the FTP repository server is up and running during the creation of the backup.
-Check that the firewall allows port 21 (iptables -L -n).
-Make sure the file /etc/hosts.deny (TCPD wrappers) does not block access to port 21 for your FTP host.
-Connect from the Plesk server to the FTP server with your FTP user credentials and try to upload the backup manually:

# ftp [email protected]
ftp> lpwd
ftp> cd pub
ftp> put backup.tgz
ftp> bye
 
Back
Top