• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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