• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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