Plesk

 How to create a backup in Plesk

Question

How to create a Plesk backup?

Answer

 

 

 

Creating a backup via a command-line interface

 

  1. Connect to a Plesk server via SSH/RDP.

  2. Use the pleskbackup utility to create Plesk backups. To learn more about this utility and its options, refer to Plesk command-line documentation:

    Examples

    • Back up a whole Plesk server with the command:

      • for Plesk on Linux

        # plesk bin pleskbackup server --description="Server-wide backup"

      • for Plesk on Windows Server

        C:> plesk bin pleskbackup.exe --server --description="Server-wide backup"

    • Back up a domain and store its backup in a specific location, run:

      • for Plesk on Linux

        # plesk bin pleskbackup --domains-name example.com --output-file="/root/example.com.zip" -v

      • for Plesk on Windows Server

        C:> plesk bin pleskbackup.exe --domains-name example.com --output-file="C:example.com.zip" -v

 

Exit mobile version