summaryrefslogtreecommitdiffstats
path: root/man/aria_s3_copy.1
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-01 18:15:00 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-01 18:15:00 +0000
commita2a2e32c02643a0cec111511220227703fda1cd5 (patch)
tree69cc2b631234c2a8e026b9cd4d72676c61c594df /man/aria_s3_copy.1
parentReleasing progress-linux version 1:10.11.8-1~progress7.99u1. (diff)
downloadmariadb-a2a2e32c02643a0cec111511220227703fda1cd5.tar.xz
mariadb-a2a2e32c02643a0cec111511220227703fda1cd5.zip
Merging upstream version 1:11.4.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'man/aria_s3_copy.1')
-rw-r--r--man/aria_s3_copy.152
1 files changed, 0 insertions, 52 deletions
diff --git a/man/aria_s3_copy.1 b/man/aria_s3_copy.1
deleted file mode 100644
index 5844d5a7..00000000
--- a/man/aria_s3_copy.1
+++ /dev/null
@@ -1,52 +0,0 @@
-.TH ARIA_S3_COPY "1" "June 2020" "aria_s3_copy Ver 1.0" "User Commands"
-.SH NAME
-aria_s3_copy \- Copy an Aria table to and from s3
-.SH DESCRIPTION
-Usage: aria_s3_copy \-\-aws\-access\-key=# \-\-aws\-secret\-access\-key=# \-\-aws\-region=# \-\-op=(from_s3 | to_s3 | delete_from_s3) [OPTIONS] tables[.MAI]
-.TP
-\fB\-?\fR, \fB\-h\fR, \fB\-\-help\fR
-Display help and exit.
-.TP
-\fB\-k\fR, \fB\-\-s3\-access\-key=name\fR
-AWS access key ID
-.TP
-\fB\-r\fR, \fB\-s3\-region=name\fR
-AWS region
-.TP
-\fB\-K\fR, \fB\-s3\-secret\-key=name\fR
-AWS secret access key ID
-.TP
-\fB\-b\fR, \fB\-s3\-bucket=name\fR
-AWS prefix for tables
-.TP
-\fB\-h\fR, \fB\-s3\-host\-name=name\fR
-Host name to S3 provider
-.TP
-\fB\-c\fR, \fB\-compress\fR
-Use compression
-.TP
-\fB\-o\fR, \fB\-op=name\fR
-Operation to execute. One of 'from_s3', 'to_s3' or 'delete_from_s3'
-.TP
-\fB\-d\fR, \fB\-database=name\fR
-Database for copied table (second prefix). If not given, the directory of the table file is used
-.TP
-\fB\-B\fR, \fB\-s3\-block\-size=#\fR
-Block size for data/index blocks in s3
-.TP
-\fB\-L\fR, \fB\-s3\-protocol\-version=name\fR
-Protocol used to communication with S3. One of "Auto", "Amazon" or "Original".
-.TP
-\fB\-f\fR, \fB\-force\fR
-Force copy even if target exists
-.TP
-\fB\-V\fR, \fB\-version\fR
-Print version and exit.
-.TP
-\fB\-\-s3\-debug\fR
-Output debug log from marias3 to stdout
-.TP
-\fB\-v\fR, \fB\-\-verbose\fR
-Be verbose.
-.PP
-For more information, please refer to the MariaDB Knowledge Base page https://mariadb.com/kb/en/aria_s3_copy/