Recent Topics

1 Apr 15, 2004 15:51    

DB backup/restore. Minimal set of options:

  1. save to local PC
    save to backup dir
  2. structure only
    data only

    structure and data
  3. as zip
    as gzip

    as plain text
    as html
  4. select what tables

2 fplanque Apr 15, 2004 15:54

fplanque

saving structure only is pretty useless, you can recreate it with the install script anytime.

moreover, the minimal set of options is this:
- backup all DB to a file
- restore all DB from a file

(which is a load of work already)