File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 1
1
'\" t
2
2
.\"
3
- .TH "\fB MARIADB-DUMP \fR " "1" "3 September 2024" "MariaDB 11.4 " "MariaDB Database System"
3
+ .TH "\fB MARIADB-DUMP \fR " "1" "8 October 2024" "MariaDB 11.6 " "MariaDB Database System"
4
4
.\" -----------------------------------------------------------------
5
5
.\" * set default formatting
6
6
.\" -----------------------------------------------------------------
@@ -739,6 +739,26 @@ statement to the server after performing the dump operation\&. This option autom
739
739
.sp -1
740
740
.IP \(bu 2.3
741
741
.\}
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
+ .\}
742
762
.\" mariadb-dump: disable-keys option
743
763
.\" disable-keys option: mariadb-dump
744
764
\fB \-\- disable \- keys \fR ,
You can’t perform that action at this time.
0 commit comments