1restic backup(1)                                              restic backup(1)
2
3
4

NAME

6       restic-key - Manage keys (passwords)
7
8
9

SYNOPSIS

11       restic key [list|add|remove|passwd] [ID] [flags]
12
13
14

DESCRIPTION

16       The "key" command manages keys (passwords) for accessing the
17       repository.
18
19
20

OPTIONS

22       -h, --help[=false]
23           help for key
24
25
26       --new-password-file=""
27           the file from which to load a new password
28
29
30

OPTIONS INHERITED FROM PARENT COMMANDS

32       --cacert=[]
33           file to load root certificates from (default: use system
34       certificates)
35
36
37       --cache-dir=""
38           set the cache directory. (default: use system default cache
39       directory)
40
41
42       --cleanup-cache[=false]
43           auto remove old cache directories
44
45
46       --json[=false]
47           set output mode to JSON for commands that support it
48
49
50       --key-hint=""
51           key ID of key to try decrypting first (default: $RESTIC_KEY_HINT)
52
53
54       --limit-download=0
55           limits downloads to a maximum rate in KiB/s. (default: unlimited)
56
57
58       --limit-upload=0
59           limits uploads to a maximum rate in KiB/s. (default: unlimited)
60
61
62       --no-cache[=false]
63           do not use a local cache
64
65
66       --no-lock[=false]
67           do not lock the repo, this allows some operations on read-only
68       repos
69
70
71       -o, --option=[]
72           set extended option (key=value, can be specified multiple times)
73
74
75       --password-command=""
76           specify a shell command to obtain a password (default:
77       $RESTIC_PASSWORD_COMMAND)
78
79
80       -p, --password-file=""
81           read the repository password from a file (default:
82       $RESTIC_PASSWORD_FILE)
83
84
85       -q, --quiet[=false]
86           do not output comprehensive progress report
87
88
89       -r, --repo=""
90           repository to backup to or restore from (default:
91       $RESTIC_REPOSITORY)
92
93
94       --tls-client-cert=""
95           path to a file containing PEM encoded TLS client certificate and
96       private key
97
98
99       -v, --verbose[=0]
100           be verbose (specify --verbose multiple times or level n)
101
102
103

SEE ALSO

105       restic(1)
106
107
108
109generated by `restic generate`     Jan 2017                   restic backup(1)
Impressum