How do I make a backup of my config.php file?

FireFleur

Free Member
Oct 29, 2008
1,881
440
Databases aren't too much more complex than a simple copy, but you do have to ensure no commits are pending, so there are normally taken off line whilst a copy occurs.

The Unix world generally uses files for configuration, and whilst that means that configuration file syntax often differs it also means there isn't one point of failure, and it is much simpler to work with then having some like a registry which is really just a database.

Nearly everything in most modern computer systems is a file at base, in Unix devices are files so you can write to a device file as you would a normal file and it can control the device, read from the device file as you would a normal file and the device can report its status, it is quite a powerful concept and keeps the libraries honed.
 
Upvote 0

Latest Articles