• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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