~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/clients/drizzledump.rst

  • Committer: Monty Taylor
  • Date: 2010-09-28 17:34:48 UTC
  • mto: (1800.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1801.
  • Revision ID: mordred@inaugust.com-20100928173448-y9w4jcapxz9widh3
Use drizzledump sphinx docs as manpage source.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Drizzledump Backup Tool
2
2
=======================
3
3
 
4
 
The :program:`drizzledump` command line tool is used for backing up and
 
4
Synopsis
 
5
--------
 
6
 
 
7
**drizzledump** [*OPTIONS*] *database* [*tables*]
 
8
 
 
9
**drizzledump** [*OPTIONS*] *--databases* [*OPTIONS*] *DB1* [*DB2* *DB3*...]
 
10
 
 
11
**drizzledump** [*OPTIONS*] *--all-databases* [*OPTIONS*]
 
12
 
 
13
Description
 
14
-----------
 
15
 
 
16
:program:`drizzledump` is used for backing up and
5
17
restoring logical backups of a Drizzle database, as well as for migrating
6
 
from *MySQL*.  It is called like this::
7
 
 
8
 
     $ drizzledump [OPTIONS] database [tables]
9
 
     $ drizzledump [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]
10
 
     $ drizzledump [OPTIONS] --all-databases [OPTIONS]
 
18
from *MySQL*. 
11
19
 
12
20
When connecting to a Drizzle server it will do a plain dump of the server.  It
13
21
will, however, automatically detect when it is connected to a *MySQL* server and