• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

[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