github.com/advanderveer/restic@v0.8.1-0.20171209104529-42a8c19aaea6/doc/man/restic-init.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\-init \- Initialize a new repository
     9  
    10  
    11  .SH SYNOPSIS
    12  .PP
    13  \fBrestic init [flags]\fP
    14  
    15  
    16  .SH DESCRIPTION
    17  .PP
    18  The "init" command initializes a new repository.
    19  
    20  
    21  .SH OPTIONS
    22  .PP
    23  \fB\-h\fP, \fB\-\-help\fP[=false]
    24      help for init
    25  
    26  
    27  .SH OPTIONS INHERITED FROM PARENT COMMANDS
    28  .PP
    29  \fB\-\-cacert\fP=[]
    30      path to load root certificates from (default: use system certificates)
    31  
    32  .PP
    33  \fB\-\-cache\-dir\fP=""
    34      set the cache directory
    35  
    36  .PP
    37  \fB\-\-json\fP[=false]
    38      set output mode to JSON for commands that support it
    39  
    40  .PP
    41  \fB\-\-limit\-download\fP=0
    42      limits downloads to a maximum rate in KiB/s. (default: unlimited)
    43  
    44  .PP
    45  \fB\-\-limit\-upload\fP=0
    46      limits uploads to a maximum rate in KiB/s. (default: unlimited)
    47  
    48  .PP
    49  \fB\-\-no\-cache\fP[=false]
    50      do not use a local cache
    51  
    52  .PP
    53  \fB\-\-no\-lock\fP[=false]
    54      do not lock the repo, this allows some operations on read\-only repos
    55  
    56  .PP
    57  \fB\-o\fP, \fB\-\-option\fP=[]
    58      set extended option (\fB\fCkey=value\fR, can be specified multiple times)
    59  
    60  .PP
    61  \fB\-p\fP, \fB\-\-password\-file\fP=""
    62      read the repository password from a file (default: $RESTIC\_PASSWORD\_FILE)
    63  
    64  .PP
    65  \fB\-q\fP, \fB\-\-quiet\fP[=false]
    66      do not output comprehensive progress report
    67  
    68  .PP
    69  \fB\-r\fP, \fB\-\-repo\fP=""
    70      repository to backup to or restore from (default: $RESTIC\_REPOSITORY)
    71  
    72  
    73  .SH SEE ALSO
    74  .PP
    75  \fBrestic(1)\fP