Skip to content
  • Solutions
    By Role
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    By Infrastructure
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
  • Product
    • Plesk Features
    • Plesk Editions
    • What’s new
    • Pricing
    • Roadmap
    • Lifecycle Policy
    • Extensions Catalogue
  • Pricing
  • Extensions
    Featured Extensions
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    Bundles and packs:
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack

    See all Extensions

  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Pricing
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Pricing
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
Plesk 360 login
Free Trial

Knowledge Base

Local backup structure in Plesk for Linux

 
backupbackup restore migrationdomain namedomainslinux

Question

What is the structure of the local backups in Plesk for Linux?

Answer

The Plesk backup storage is specified by the DUMP_D variable defined in the /etc/psa/psa.conf configuration file. The default location is /var/lib/psa/dumps.

  • Each backup consists of:

    1. <info>.xml - file which contains settings of the server/reseller/customer/subscription, etc.
    2. <backup>.<tar|tgz|tzst> - archived backup files which include website content, databases, etc.
    3. The directory .discovered, which contains the technical information of the backup.
  • The backup objects hierarchy is as follows:

    Warning: Modifying Plesk backup structure is not recommended.

    1. Root backup directory where server backups, daily dumps, subdirectories with backups of resellers, clients, and domains, etc. are stored:

      /var/lib/psa/dumps/
      /var/lib/psa/dumps/.discovered

    2. Subdirectory domains/ where backups of domains owned by the Plesk admin and objects owned by the domains are stored:

      /var/lib/psa/dumps/domains
      /var/lib/psa/dumps/domains/<domain.name>
      /var/lib/psa/dumps/domains/<domain.name>/.discovered
      /var/lib/psa/dumps/domains/<domain.name>/databases/
      /var/lib/psa/dumps/domains/<domain.name>/sites/<domain.name>

    3. Subdirectory clients/ where Customer objects owned by admin and objects owned by the Customer accounts are stored:

      /var/lib/psa/dumps/clients
      /var/lib/psa/dumps/clients/<client.login>
      /var/lib/psa/dumps/clients/<client.login>/.discovered
      /var/lib/psa/dumps/clients/<client.login>/domains/<client.domain>/
      /var/lib/psa/dumps/clients/<client.login>/domains/<client.domain>/.discovered
      /var/lib/psa/dumps/clients/<client.login>/domains/<client.domain>/sites/<domain.name>

      Directories are identified by the Customer's login and the domain name.

    4. Subdirectory resellers/ where backups of resellers, their clients, domains and other objects owned by Resellers and Resellers' clients are stored:

      /var/lib/psa/dumps/resellers
      /var/lib/psa/dumps/resellers/<reseller.login>
      /var/lib/psa/dumps/resellers/<reseller.login>/.discovered
      /var/lib/psa/dumps/resellers/<reseller.login>/domains/<reseller.domain>
      /var/lib/psa/dumps/resellers/<reseller.login>/domains/<reseller.domain>/.discovered
      /var/lib/psa/dumps/resellers/<reseller.login>/domains/<reseller.domain>/databases
      /var/lib/psa/dumps/resellers/<reseller.login>/clients/<client.login>/.discovered
      /var/lib/psa/dumps/resellers/<reseller.login>/clients/<client.login>/domains/<client.domain>
      /var/lib/psa/dumps/resellers/<reseller.login>/clients/<client.login>/domains/<client.domain>/databases
      /var/lib/psa/dumps/resellers/<reseller.login>/clients/<client.login>/domains/<client.domain>/.discovered

    5. The repositories are identified by reseller login, reseller's domain name, customer login and customer's domain name.

  • To distinguish files belonging to different backups of the same object, a specific prefix and suffix are added to the file names…

Tweet
Share
Share
Email
0 Shares
Read the full article
Related Posts

How to Check Open Ports in Linux (Simple Commands & Tools)

Read More »

Linux Logs Explained

Read More »

Exploring Plesk’s Added Value Solutions So Far in 2023

Read More »
Knowledge Base

How to restore a Plesk .tar/.zip backup file on another Plesk server

Read More »

How to restore a Plesk backup from CLI?

Read More »

How to create a backup in Plesk

Read More »

How to upload a Plesk xml.tar/xml.zip backup file to Plesk Backup Manager

Read More »

Hosting Wiki

  • Server Redundancy
  • Linux Containers
  • AMP
  • Bare Metal Server
  • Backup
  • Oracle VM Server
  • Server Virtualization Software
  • Windows Server
  • Linux
  • Domain
  • Plesk
  • Web Server
  • DNS Server
X-twitter Linkedin Youtube Reddit Github
  • Product
  • Login
  • Pricing
  • Editions
  • For Partners
  • Partner Program
  • Contributor Program
  • Affiliate Program
  • Plesk University
  • Company
  • Blog
  • Careers
  • Events
  • About Plesk
  • Our Brand
  • Resources
  • User and Admin guides
  • Help Center
  • Migrate to Plesk
  • Contact Us
  • Hosting Wiki
  • Forum
  • Legal
  • Legal
  • Privacy Policy
  • Imprint

© 2025 WebPros International GmbH

Part of the WebPros®  Family