1etcdctl3(1)                                                        etcdctl3(1)
2
3
4

NAME

6       etcdctl-make-mirror - Makes a mirror at the destination etcd cluster
7
8
9

SYNOPSIS

11       etcdctl make-mirror [options] <destination> [flags]
12
13
14

DESCRIPTION

16       Makes a mirror at the destination etcd cluster
17
18
19

OPTIONS

21       --dest-cacert=""
22           Verify certificates of TLS enabled secure servers using this CA
23       bundle
24
25
26       --dest-cert=""
27           Identify secure client using this TLS certificate file for the
28       destination cluster
29
30
31       --dest-insecure-transport[=true]
32           Disable transport security for client connections
33
34
35       --dest-key=""
36           Identify secure client using this TLS key file
37
38
39       --dest-prefix=""
40           destination prefix to mirror a prefix to a different prefix in the
41       destination cluster
42
43
44       -h, --help[=false]
45           help for make-mirror
46
47
48       --no-dest-prefix[=false]
49           mirror key-values to the root of the destination cluster
50
51
52       --prefix=""
53           Key-value prefix to mirror
54
55
56

OPTIONS INHERITED FROM PARENT COMMANDS

58       --cacert=""
59           verify certificates of TLS-enabled secure servers using this CA
60       bundle
61
62
63       --cert=""
64           identify secure client using this TLS certificate file
65
66
67       --command-timeout=5s
68           timeout for short running command (excluding dial timeout)
69
70
71       --debug[=false]
72           enable client-side debug logging
73
74
75       --dial-timeout=2s
76           dial timeout for client connections
77
78
79       -d, --discovery-srv=""
80           domain name to query for SRV records describing cluster endpoints
81
82
83       --discovery-srv-name=""
84           service name to query when using DNS discovery
85
86
87       --endpoints=[127.0.0.1:2379]
88           gRPC endpoints
89
90
91       --hex[=false]
92           print byte strings as hex encoded strings
93
94
95       --insecure-discovery[=true]
96           accept insecure SRV records describing cluster endpoints
97
98
99       --insecure-skip-tls-verify[=false]
100           skip server certificate verification (CAUTION: this option should
101       be enabled only for testing purposes)
102
103
104       --insecure-transport[=true]
105           disable transport security for client connections
106
107
108       --keepalive-time=2s
109           keepalive time for client connections
110
111
112       --keepalive-timeout=6s
113           keepalive timeout for client connections
114
115
116       --key=""
117           identify secure client using this TLS key file
118
119
120       --password=""
121           password for authentication (if this option is used, --user option
122       shouldn't include password)
123
124
125       --user=""
126           username[:password] for authentication (prompt if password is not
127       supplied)
128
129
130       -w, --write-out="simple"
131           set the output format (fields, json, protobuf, simple, table)
132
133
134

SEE ALSO

136       etcdctl(1)
137
138
139

HISTORY

141       4-Sep-2020 Auto generated by spf13/cobra
142
143
144
145Auto generated by spf13/cobra      Sep 2020                        etcdctl3(1)
Impressum