I've set up two linux boxes (dedicated hosting) and I want to make a backup of the server settings on both just in case something goes wrong and I need to restore the settings.
The hosting provider and I have made changes to the following:
csf
iptables
php settings
/etc/resolv.conf
NFS configuration (NFS settings, /etc/exports, etc)
a few services currently running / enabled
- Is there anything else that I should be taking a backup of?
- What are the proper commands for backing each of these up?
Its a RHEL5 system and my application is using PHP + MYSQL. I dont know where I should pick up custom MYSQL settings from.
