github.com/advanderveer/restic@v0.8.1-0.20171209104529-42a8c19aaea6/doc/man/restic-generate.1 (about)

     1  .TH "restic backup" "1" "Jan 2017" "generated by `restic generate`" "" 
     2  .nh
     3  .ad l
     4  
     5  
     6  .SH NAME
     7  .PP
     8  restic\-generate \- Generate manual pages and auto\-completion files (bash, zsh)
     9  
    10  
    11  .SH SYNOPSIS
    12  .PP
    13  \fBrestic generate [command] [flags]\fP
    14  
    15  
    16  .SH DESCRIPTION
    17  .PP
    18  The "generate" command writes automatically generated files like the man pages
    19  and the auto\-completion files for bash and zsh).
    20  
    21  
    22  .SH OPTIONS
    23  .PP
    24  \fB\-\-bash\-completion\fP=""
    25      write bash completion \fB\fCfile\fR
    26  
    27  .PP
    28  \fB\-h\fP, \fB\-\-help\fP[=false]
    29      help for generate
    30  
    31  .PP
    32  \fB\-\-man\fP=""
    33      write man pages to \fB\fCdirectory\fR
    34  
    35  .PP
    36  \fB\-\-zsh\-completion\fP=""
    37      write zsh completion \fB\fCfile\fR
    38  
    39  
    40  .SH OPTIONS INHERITED FROM PARENT COMMANDS
    41  .PP
    42  \fB\-\-cacert\fP=[]
    43      path to load root certificates from (default: use system certificates)
    44  
    45  .PP
    46  \fB\-\-cache\-dir\fP=""
    47      set the cache directory
    48  
    49  .PP
    50  \fB\-\-json\fP[=false]
    51      set output mode to JSON for commands that support it
    52  
    53  .PP
    54  \fB\-\-limit\-download\fP=0
    55      limits downloads to a maximum rate in KiB/s. (default: unlimited)
    56  
    57  .PP
    58  \fB\-\-limit\-upload\fP=0
    59      limits uploads to a maximum rate in KiB/s. (default: unlimited)
    60  
    61  .PP
    62  \fB\-\-no\-cache\fP[=false]
    63      do not use a local cache
    64  
    65  .PP
    66  \fB\-\-no\-lock\fP[=false]
    67      do not lock the repo, this allows some operations on read\-only repos
    68  
    69  .PP
    70  \fB\-o\fP, \fB\-\-option\fP=[]
    71      set extended option (\fB\fCkey=value\fR, can be specified multiple times)
    72  
    73  .PP
    74  \fB\-p\fP, \fB\-\-password\-file\fP=""
    75      read the repository password from a file (default: $RESTIC\_PASSWORD\_FILE)
    76  
    77  .PP
    78  \fB\-q\fP, \fB\-\-quiet\fP[=false]
    79      do not output comprehensive progress report
    80  
    81  .PP
    82  \fB\-r\fP, \fB\-\-repo\fP=""
    83      repository to backup to or restore from (default: $RESTIC\_REPOSITORY)
    84  
    85  
    86  .SH SEE ALSO
    87  .PP
    88  \fBrestic(1)\fP