Ubuntu server; Backup of server and MySql database, and Solr database
- by Camran
How is backup done on ubuntu servers?
I have a server (Ubuntu 9.10) which has apache2 installed, php5, mysql etc...
The website is a classifieds website where all classifieds are stored in mysql and Solr.
I need to backup this server with all information to be able to fully restore it if something goes wrong.
How should I start?
Is it an automated task, or will I do backups manually? (prefer manually)
Thanks