1etcdctl3(1) etcdctl3(1)
2
3
4
6 etcdctl-make-mirror - Makes a mirror at the destination etcd cluster
7
8
9
11 ETCDCTL=3 etcdctl make-mirror [options] <destination> [flags]
12
13
14
16 Makes a mirror at the destination etcd cluster
17
18
19
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
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
101
102
103 --insecure-transport[=true]
104 disable transport security for client connections
105
106
107 --keepalive-time=2s
108 keepalive time for client connections
109
110
111 --keepalive-timeout=6s
112 keepalive timeout for client connections
113
114
115 --key=""
116 identify secure client using this TLS key file
117
118
119 --password=""
120 password for authentication (if this option is used, --user option
121 shouldn't include password)
122
123
124 --user=""
125 username[:password] for authentication (prompt if password is not
126 supplied)
127
128
129 -w, --write-out="simple"
130 set the output format (fields, json, protobuf, simple, table)
131
132
133
135 etcdctl(1)
136
137
138
140 5-Apr-2020 Auto generated by spf13/cobra
141
142
143
144Auto generated by spf13/cobra Apr 2020 etcdctl3(1)