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

psadump error: bad file descriptor

K

kenzor

Guest
while executing the following:

Code:
/usr/local/psa/bin/psadump --nostop --nostop-domain -z -f [url]ftp://username:[email protected]/[/url] | split -b1000m

i am receiving the following error at different points during the backup process:

Code:
An error was occured during execution: "/bin/tar -cz  --exclude='./web_users' --exclude='./tmp' --exclude='./etc' --exclude='./lib' --exclude='./bin' --exclude='./usr' --exclude='./subdomains' --exclude='./conf/httpd.include*'  -f - -C '/home/httpd/vhosts/somedomain.com.au' conf error_docs pd statistics "

Unable to save dump file: Bad file descriptor

often it fails while backup the mail, then the line before the 'unable to save' is different.

any ideas?
 
Back
Top