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

Backup the plesk data

C

Corbrio

Guest
How can i backup the data given in the plesk webpage.
- Domain registrations
- Email adresses
- Domain alias
etc etc

My server crashed down 2 times and both times i needed to create al the domains, email adresses etc etc... this is a hell of a job... so please need help..
Surfzone Internet Diensten
 
You can backup using the psadump, but this is quite slow, or you can backup using a shell script (there are a couple on this forum also). Another solution is 4PSA Total Backup, which is more advanced as it supports incremental backups and remote storage.
 
I would go with total backup with the tar method.....

This backup system has recovered my entire sitebuiler dbs after someone took a huge **** on my server. ;)
 
OKeee...
So now i am using a script --> tar -cvzf Total_backup_03.10.2005.tar.gz /home/httpd/vhosts /var/lib/mysql /var/qmail/mailnames to backup the system. i was looking for PSADump but cant find it anyware.
Is this a standard plesk tool ore is it custom?

Sorry for asking but i am a newbie at plesk administrating.

(thanks for al the help so far )
 
when we try to execute the command

psadump -f /root/psa_backup/my_psa_backup_file --clients-ids-skip=/root/psa_backup/my_client_ids_file

it says :::
psadump : command not found

Any idea?
 
Here's what it looks like in my weekly cron job:

PHP:
/usr/local/psa/bin/psadump -f backupfilename --nostop --nostop-domain

You can modify the above to include a client ID list file., which is what I do for my nightly backup.

This is essential reading:

Plesk 7.5 reloaded backup/restore manual
 
Back
Top