|
PCCS MySQLDatabase Admin Tool version 1.3.4
|
/dumpfiles/ -> README
1 Created by: Chauncey Thorn
2
3 This directory is where the /pathto/pccs_mysqladm/bin/backup.sh
4 dumps databases to ...
5
6 directory names are created by databasename + ext _db
7 e.g. mysql_db
8
9 I'm attempting to redesign the backup system.
10 -- Created a sh script that should be ran as a cron job
11
12 This file copies the database backups to this directory.
13 Then I wrote code that looks for the backup files in this
14 directory and allow you to restore from a dropdown list of
15 backup files.
16
17 The restore db option on the database page.
18 gives you the option to restore a database or restore to a new
19 database name.
20
|