• 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.

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