github.com/advanderveer/restic@v0.8.1-0.20171209104529-42a8c19aaea6/doc/man/restic-mount.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\-mount \- Mount the repository
     9  
    10  
    11  .SH SYNOPSIS
    12  .PP
    13  \fBrestic mount [flags] mountpoint\fP
    14  
    15  
    16  .SH DESCRIPTION
    17  .PP
    18  The "mount" command mounts the repository via fuse to a directory. This is a
    19  read\-only mount.
    20  
    21  
    22  .SH OPTIONS
    23  .PP
    24  \fB\-\-allow\-other\fP[=false]
    25      allow other users to access the data in the mounted directory
    26  
    27  .PP
    28  \fB\-\-allow\-root\fP[=false]
    29      allow root user to access the data in the mounted directory
    30  
    31  .PP
    32  \fB\-h\fP, \fB\-\-help\fP[=false]
    33      help for mount
    34  
    35  .PP
    36  \fB\-H\fP, \fB\-\-host\fP=""
    37      only consider snapshots for this host
    38  
    39  .PP
    40  \fB\-\-owner\-root\fP[=false]
    41      use 'root' as the owner of files and dirs
    42  
    43  .PP
    44  \fB\-\-path\fP=[]
    45      only consider snapshots which include this (absolute) \fB\fCpath\fR
    46  
    47  .PP
    48  \fB\-\-tag\fP=[]
    49      only consider snapshots which include this \fB\fCtaglist\fR
    50  
    51  
    52  .SH OPTIONS INHERITED FROM PARENT COMMANDS
    53  .PP
    54  \fB\-\-cacert\fP=[]
    55      path to load root certificates from (default: use system certificates)
    56  
    57  .PP
    58  \fB\-\-cache\-dir\fP=""
    59      set the cache directory
    60  
    61  .PP
    62  \fB\-\-json\fP[=false]
    63      set output mode to JSON for commands that support it
    64  
    65  .PP
    66  \fB\-\-limit\-download\fP=0
    67      limits downloads to a maximum rate in KiB/s. (default: unlimited)
    68  
    69  .PP
    70  \fB\-\-limit\-upload\fP=0
    71      limits uploads to a maximum rate in KiB/s. (default: unlimited)
    72  
    73  .PP
    74  \fB\-\-no\-cache\fP[=false]
    75      do not use a local cache
    76  
    77  .PP
    78  \fB\-\-no\-lock\fP[=false]
    79      do not lock the repo, this allows some operations on read\-only repos
    80  
    81  .PP
    82  \fB\-o\fP, \fB\-\-option\fP=[]
    83      set extended option (\fB\fCkey=value\fR, can be specified multiple times)
    84  
    85  .PP
    86  \fB\-p\fP, \fB\-\-password\-file\fP=""
    87      read the repository password from a file (default: $RESTIC\_PASSWORD\_FILE)
    88  
    89  .PP
    90  \fB\-q\fP, \fB\-\-quiet\fP[=false]
    91      do not output comprehensive progress report
    92  
    93  .PP
    94  \fB\-r\fP, \fB\-\-repo\fP=""
    95      repository to backup to or restore from (default: $RESTIC\_REPOSITORY)
    96  
    97  
    98  .SH SEE ALSO
    99  .PP
   100  \fBrestic(1)\fP