• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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: info@onlineforyou.de

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