• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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