• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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