Skip to content

Commit 26dce1c

Browse files
iangilfillangrooverdan
authored andcommitted
MDEV-34220: Add --dir option to mariadb-dump man page
1 parent 6968637 commit 26dce1c

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

man/mariadb-dump.1

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'\" t
22
.\"
3-
.TH "\fBMARIADB-DUMP\fR" "1" "3 September 2024" "MariaDB 11.4" "MariaDB Database System"
3+
.TH "\fBMARIADB-DUMP\fR" "1" "8 October 2024" "MariaDB 11.6" "MariaDB Database System"
44
.\" -----------------------------------------------------------------
55
.\" * set default formatting
66
.\" -----------------------------------------------------------------
@@ -739,6 +739,26 @@ statement to the server after performing the dump operation\&. This option autom
739739
.sp -1
740740
.IP \(bu 2.3
741741
.\}
742+
.\" mariadb-dump: dir option
743+
.\" dirs option: mariadb-dump
744+
\fB\-\-dir\fR
745+
.sp
746+
Parallel dump of multiple databases. Works just like \fB\-\-tab\fR, with regard to output
747+
(sql file for table definition and tab-separated for data, same options, e.g \fB\-\-parallel\fR)\&.
748+
It also allows the \fB\-\-databases\fR and \fB\-\-all-databases\fR options\&. When \fB\-\-dir\fR is used,
749+
it creates the directory structure in the output directory pointed to by \fB\-\-dir\fR\&. For
750+
every database to be dumped, there will be a directory with the database name\&. All
751+
options that \fB\-\-tab\fR supports are also supported by \fB\-\-dir\fR, in particular \fB\-\-parallel\fR\&.
752+
.RE
753+
.sp
754+
.RS 4
755+
.ie n \{\
756+
\h'-04'\(bu\h'+03'\c
757+
.\}
758+
.el \{\
759+
.sp -1
760+
.IP \(bu 2.3
761+
.\}
742762
.\" mariadb-dump: disable-keys option
743763
.\" disable-keys option: mariadb-dump
744764
\fB\-\-disable\-keys\fR,

0 commit comments

Comments
 (0)