• 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
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

[BUG? or WRONG?] backup via ftp - parse error

kadoudal

Regular Pleskian
when I try do backup via ftp, at the root level of the directory of my backup server, I get the following error :

sd-xxxx:/# /opt/psa/bin/pleskbackup all ftp://sd-xxxx:[email protected]/

Unable to parse options: Bad FTP file format at /opt/psa/bin/pleskbackup line 287.

If I create a directory plesk_archives, and use :

sd-xxxx:/# /opt/psa/bin/pleskbackup -v all ftp://sd-xxxx:[email protected]/plesk_archives
then it starts, but I got another error : Can't upload file plesk_archives to ftp

------------------------------------------------------------------------
Backup started (4 client(s), 4 domain(s))
Start date: Sun Mar 23 17:32:18 2008
------------------------------------------------------------------------
Phase 1/2: collecting information
[client] anne
[client] sibylle
[domain] aelmat.com
[client] isabelle
[domain] ceramique-isabelle.fr
[client] yves
[domain] presdemoi.com
[domain] presdemoi.net
Phase 2/2: packing data

Uploading backup to ftp
Uploading file plesk_archives
ERROR: Can't upload file plesk_archives to ftp
------------------------------------------------------------------------
Backup finished.
Finish date: Sun Mar 23 17:33:57 2008
------------------------------------------------------------------------

Al I wrong in my command ?
 
Please try to open ftp using the following command:
ftp://sd-xxxx:[email protected]_archives
it is possible that you do not have enough disk space.

Also you can check it in log files ftp servers, switch between passive/active ftp mode

I think you will find solution =)
 
Back
Top