• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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