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 [command] [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

OPTIONS

23       --bash-completion=""
24           write bash completion file
25
26
27       -h, --help[=false]
28           help for generate
29
30
31       --man=""
32           write man pages to directory
33
34
35       --zsh-completion=""
36           write zsh completion file
37
38
39

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

114       restic(1)
115
116
117
118generated by `restic generate`     Jan 2017                   restic backup(1)
Impressum