• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/
  • On Plesk for Linux mod_status is disabled on upgrades to improve Apache security.
    This is a one-time operation that occurs during an upgrade. You can manually enable mod_status later if needed.

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:password@some.ip.address/[/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