• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

pleskbackup -c > reliable? What does it backup?

D

Decius

Guest
Hi there,

I'm going to be rsyncing all my user data independantly of Plesk. However I want to keep a backup of all the mail, domain and client data. I am assuming the -c command is what I am looking for.

So I ran pleskbackup -c all file.backup and it made a backup file. If the server were to crash, how would i restore it using this file?

Thanks.
 
I have never used it myself as all of our stuff is on a SAN which gets a snap shot done every so often, but I would imagine that it would go something like this:

Code:
/usr/local/psa/bin/pleskbackup -c all [/offsite/mounted/location/Full_Backup]

Code:
/usr/local/psa/bin/pleskrestore --create-map Full_Backup -map Full_Backup_Map
/usr/local/psa/bin/pleskrestore --restore Full_Backup -level all -map Full_Backup_Map
 
Back
Top