kwilson wrote:
I typically back up three directories every night, via rsync:
* /etc
* /home
* /usr/local
I've got a nightly cron job that dumps and gzips MySQL databases into a directory under /home, so I get those as well, and also generates a list of packages installed via the package manager so I've always got an up-to-date list along with my backup.
If I ever need to restore a system, I can start with the base OS, add the packages from the list, and then copy the data and configurations over, and I'll back up and running.
Hi kwilson. is your way of taking the backup
also keeping your modifications ?
I mean apache installed modules, mysql configurations and php as well?