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

Backup with VSS

V

vertices

Guest
Running Plesk 8.2 on Windows Server 2003. I'm trying to develop a good backup plan. I know many have had problems with the builtin backup tool.

What I've got going on now is Mozypro. It uses VSS to grab all open files including DB files and then backs them up to their servers. So if I have this application backing up the C:\Program Files\SWSoft as well as C:\Inetpub directories, will this be enough to fully restore Plesk if the server fails?

Thanks.
 
well it depends on where your plesk data are located
this can be custom:)

typically, to restore plesk manually it is necessary to backup

1. plesk psa database
2. IIS sites contents (%plesk_vhosts%)
3. plesk directory (%plesk_dir%)
4. mail server data
5. sql servers data

if you have sql servers installed via plesk and mailenable then 4 and 5 also should be all in%plesk_dir%

but if you have installed custom sql or customized mysql paths or have smartermail then it should be different paths...
 
Thank you.

Yes I've confirmed that all of the data you mentioned is contained in the paths I specified. So in theory, if I reimaged the server to the default state with all software like Plesk installed, then simply stopped the services, restored all the files backed up using VSS, then started services, all would be good to go?
 
actually, the data i wrote is enough to restore the server but procedure is not that easy.

you will need to

1. Restore plesk psa database
2. Restore plesk databases (customers' ones)
3. Copy all the updated data i wrote above
4. Update configuration of iis, mail,dns servers from newly restored plesk db:

cd %plesk_bin%
dnsmng update *
ftpmng --reconfigure-all
websrvmng --reconfigure-all
mchk
 
Back
Top