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

NAME

6       etcdctl-snapshot-save - Stores an etcd node backend snapshot to a given
7       file
8
9
10

SYNOPSIS

12       ETCDCTL=3 etcdctl snapshot save <filename> [flags]
13
14
15

DESCRIPTION

17       Stores an etcd node backend snapshot to a given file
18
19
20

OPTIONS

22       -h, --help[=false]
23           help for save
24
25
26

OPTIONS INHERITED FROM PARENT COMMANDS

28       --cacert=""
29           verify certificates of TLS-enabled secure servers using this CA
30       bundle
31
32
33       --cert=""
34           identify secure client using this TLS certificate file
35
36
37       --command-timeout=5s
38           timeout for short running command (excluding dial timeout)
39
40
41       --debug[=false]
42           enable client-side debug logging
43
44
45       --dial-timeout=2s
46           dial timeout for client connections
47
48
49       -d, --discovery-srv=""
50           domain name to query for SRV records describing cluster endpoints
51
52
53       --discovery-srv-name=""
54           service name to query when using DNS discovery
55
56
57       --endpoints=[127.0.0.1:2379]
58           gRPC endpoints
59
60
61       --hex[=false]
62           print byte strings as hex encoded strings
63
64
65       --insecure-discovery[=true]
66           accept insecure SRV records describing cluster endpoints
67
68
69       --insecure-skip-tls-verify[=false]
70           skip server certificate verification
71
72
73       --insecure-transport[=true]
74           disable transport security for client connections
75
76
77       --keepalive-time=2s
78           keepalive time for client connections
79
80
81       --keepalive-timeout=6s
82           keepalive timeout for client connections
83
84
85       --key=""
86           identify secure client using this TLS key file
87
88
89       --password=""
90           password for authentication (if this option is used, --user option
91       shouldn't include password)
92
93
94       --user=""
95           username[:password] for authentication (prompt if password is not
96       supplied)
97
98
99       -w, --write-out="simple"
100           set the output format (fields, json, protobuf, simple, table)
101
102
103

SEE ALSO

105       etcdctl3-snapshot(1)
106
107
108

HISTORY

110       14-Mar-2019 Auto generated by spf13/cobra
111
112
113
114Auto generated by spf13/cobra      Mar 2019                        etcdctl3(1)
Impressum