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

NAME

6       restic-generate - Generate manual pages and auto-completion files
7       (bash, zsh)
8
9
10

SYNOPSIS

12       restic generate [flags]
13
14
15

DESCRIPTION

17       The "generate" command writes automatically generated files (like the
18       man pages and the auto-completion files for bash and zsh).
19
20
21

EXIT STATUS

23       Exit status is 0 if the command was successful, and non-zero if there
24       was any error.
25
26
27

OPTIONS

29       --bash-completion=""
30           write bash completion file
31
32
33       -h, --help[=false]
34           help for generate
35
36
37       --man=""
38           write man pages to directory
39
40
41       --zsh-completion=""
42           write zsh completion file
43
44
45

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

126       restic(1)
127
128
129
130generated by `restic generate`     Jan 2017                   restic backup(1)
Impressum