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

Plesk Backup Command Line

lets give a try

But is not working for me! Perhaps someone can send me the pleskbackup file via email than I can replace my file on the root! I dont know why this is not working!
Email: [email protected]

Thanks

try this

du -hs /var/www/vhosts/*

look at which domain is larger on your server

and exclude that one.
/usr/local/psa/bin/pleskbackup -v --no-gzip all exclude=domain_with_more_space /root/backup/sept22_2008
i added the no-gzip to see if uncompressed you see a difference.
 
I looked the biggest Domain up and used it for the exclude
I did it one time like that:

/usr/local/psa/bin/pleskbackup -v --no-gzip all /root/backup/sept22_2008
and like that:
/usr/local/psa/bin/pleskbackup -v --no-gzip all exclude=mydomain.com /root/backup/sept22_2008_2

And is the same File size! Something is wrong or broken! It should have a differenz of 2GB but its the same size!
Perhaps there is something wrong with Plesk or the Backupfiles!
Do you thing it will help to replace them?
 
The option `--exclude` will exclude clients with command all, clients and domains with command domains.

Thanks.
 
THANK you very much!
This was the inforamtion that I needed!!!

With the command "all" its just excluding clients!! Its working now!
 
THANK you very much!
This was the inforamtion that I needed!!!

With the command "all" its just excluding clients!! Its working now!

So it is not possible to exclude domains anymore??
 
Back
Top