• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue Exclude backup directories does not work

Pagemakers

Silver Pleskian
I have this set in domain and server exclude from backup area..

/httpdocs/tmp/session/

However I am still getting the following backup warnings because it is trying to backup files from the exclude directory...


<?xml version="1.0" encoding="UTF-8"?>
<execution-result status="warnings" log-location="/usr/local/psa/PMM/sessions/2016-12-17-030604.753/migration.result">
<object name="server" type="server">
<object name="abc.com" type="domain" uuid="domain#abc.com">
<object name="abc.com" type="hosting">
<message id="5c2bac9f-3ff2-486d-89fb-ce7831d9fe36" severity="warning" code="msgtext">
<description>Not all the data was backed up into /var/lib/psa/dumps/domains/abc.com successfully. /bin/tar: httpsdocs/tmp/session/sess_jbeof9sfjgpff6osmorrn5c0g5: Cannot stat: No such file or directory
/bin/tar: httpsdocs/tmp/session/sess_qbflmkfqpin2gr71p7l4h4o863: Cannot stat: No such file or directory
/bin/tar: Exiting with failure status due to previous errors
</description>
</message>
</object>
</object>
</object>
</execution-result>
 
Back
Top