• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

pmm-ras --get-ftp-dump-list use ?

EveMauta

Basic Pleskian
Hi,
Looking to use this command to list backup on FTP without success.


/usr/local/psa/admin/bin/pmm-ras --get-dump-list
or
/usr/local/psa/admin/bin/pmm-ras --get-dump-list --dump-storage=/backup/
Work well.



But no way to understand to use the ftp one
/usr/local/psa/admin/bin/pmm-ras --get-ftp-dump-list
Missing option dump-storage

/usr/local/psa/admin/bin/pmm-ras --get-ftp-dump-list --dump-storage=/backup/
<?xml version="1.0" encoding="UTF-8"?>
<dump-list/>

# /usr/local/psa/admin/bin/pmm-ras --get-ftp-dump-list --dump-storage=ftp
<?xml version="1.0" encoding="UTF-8"?>
<dump-list/>

# /usr/local/psa/admin/bin/pmm-ras --get-ftp-dump-list --dump-storage=ftp://[email protected]/folder/ --type=server --use-ftp-passive-mode
<?xml version="1.0" encoding="UTF-8"?>
<dump-list/>

Could you explain me how to use it ?

Best regards
Vince
 
Hi,
Special access to support to Odin/Plesk give me this answer, thanks you very much:

DUMP_STORAGE_PASSWD=password /usr/local/psa/admin/bin/pmm-ras --get-ftp-dump-list --dump-storage=ftp://[email protected]/backups/

Best regards
Vince
 
Back
Top