ispCP - Board - Support
Backup - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: Backup (/thread-2701.html)



Backup - vampire - 03-12-2008 01:19 AM

Good Mornig,

if i want backup all setting of my IspCP for safty in such of crash or problem into a server. What i must backup?

Thanks


RE: Backup - BeNe - 03-12-2008 01:26 AM

You said
Quote:backup all setting
So you need every Configfile for the Services (Apache/Postfix/Courier/FTP/Bind...) the /var/www/ Folder the MySQL DB aso.

The best would be to rsync it to another system.

Greez BeNe


RE: Backup - vampire - 03-12-2008 01:28 AM

I have need the users into my server?


RE: Backup - joximu - 03-12-2008 01:30 AM

Simple way:
save a tar from /etc
and a tar from /var/www/ispcp/

this *should* be enough to recover ispcp (but without user webs and mails!)

/J


RE: Backup - vampire - 03-12-2008 01:33 AM

and for revovery users web and it email and other?


RE: Backup - Cube - 03-12-2008 01:37 AM

Quote:and for revovery users web and it email and other?
Do a backup of /var/www/ and /var/mail/virtual/.
Quote:The best would be to rsync it to another system.
I recommend "backup-manager" (supports also rsync).


RE: Backup - joximu - 03-12-2008 01:38 AM

web folders: /var/www/virtual
mails: /var/mail/virtual
db: use mysqldump

it should also be enough for the webs to save what's in the regular backup files:

something like
/var/www/virtual/*/backups/*
-> there you also have the databases of the customer

/J