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