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

Plesk backup with a 3d party tool

G

gmullier

Guest
Hello
I am new to linux and Plesk.
I need to setup a backup for a web server that i host for a friend of mine.

I want to use a third party software called Atempo Time Navigator in order to backup Plesk configuration, Apache & Horde configuration and web site's files & database.

Does anyone know where are located the directories that i should copy?
Regards
 
I use rdiff-backup myself, the main directories you want are:

/var/qmail/mailnames (this is all user mail)
/var/www/vhosts (web site content)
/var/lib/mysql (mysql dbs)

I grab the whole server with rdiff-backup, and maintain 90 days worth of incrementals for rollbacks.
 
Back
Top