• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Resolved Download compressed backup via CLI

You can try the following method, but note that plesk_agent_manager is non-public utility and we do not recommend to use it.
First, create an archive file from your backup with something like:

# /usr/local/psa/admin/bin/plesk_agent_manager export-dump-as-file --dump-file-name /var/lib/psa/dumps/backup_info_1901141535.xml --output-file /tmp/123.tar

Once it’s done your compressed file will be ready for download, to grab it via rsync to your computer do something like this:

# rsync –progress –rsh=ssh [email protected]:/tmp/123.tar ~/
 
Back
Top