Re: server recovery
P.S> You will need to backup databases (e.g. MySQL, Sybase etc) manually by either
a) unloading the database server and copying the files
b) using a database backup agent
c) scripting it so that you can tell the database server to export the databases to the file system to be backed up
This is because the files are constantly open, copying files while they are open (especially databases) will leave you with corrupt data
MC
__________________
Things should be as simple as possible but no simpler
|