• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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