• 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.

Question What is the use of /home/system folder (clone?)

destan40

Basic Pleskian
The domain user data are stored at /home/domain.com
now i see the exactly same data are stored in /home/system/domain.com

I can not see a symlink?, so i also tried to delete /home/domain.com/logs/error_log
but then in system folder the file its not deleted,
and only delete from /home/system/domain.com free up storage.

How it works, what is the use?
 
These files are hardlinked... Both file names point to the same inode, so deleting just the one file name won't remove the content and free the disk space.

For the answer to your question, refer to the following Plesk support article: Why there are two locations for domain log files in Plesk?

To recreate the files, either refer to the How to recreate log files hardlink structure for all vhosts? support article or, for a single domain, use:
Code:
plesk sbin relink-vhost-logs --domain-name example.com --sys-user-login <user_name> --create

Also... generally speaking, when in doubt, research first, delete later... ;)
 
Back
Top