1restic backup(1)                                              restic backup(1)
2
3
4

NAME

6       restic-list - List objects in the repository
7
8
9

SYNOPSIS

11       restic list [flags] [blobs|packs|index|snapshots|keys|locks]
12
13
14

DESCRIPTION

16       The  "list"  command  allows listing objects in the repository based on
17       type.
18
19
20

EXIT STATUS

22       Exit status is 0 if the command was successful, and non-zero  if  there
23       was any error.
24
25
26

OPTIONS

28       -h, --help[=false]      help for list
29
30
31

OPTIONS INHERITED FROM PARENT COMMANDS

33       --cacert=[]      file to load root certificates from (default: use sys‐
34       tem certificates)
35
36
37       --cache-dir=""      set the cache directory. (default: use  system  de‐
38       fault cache directory)
39
40
41       --cleanup-cache[=false]      auto remove old cache directories
42
43
44       --compression=auto      compression mode (only available for repository
45       format version 2), one of (auto|off|max)
46
47
48       --insecure-tls[=false]      skip TLS certificate verification when con‐
49       necting to the repository (insecure)
50
51
52       --json[=false]       set  output mode to JSON for commands that support
53       it
54
55
56       --key-hint=""      key ID of key  to  try  decrypting  first  (default:
57       $RESTIC_KEY_HINT)
58
59
60       --limit-download=0       limits  downloads  to a maximum rate in KiB/s.
61       (default: unlimited)
62
63
64       --limit-upload=0      limits uploads to a maximum rate in  KiB/s.  (de‐
65       fault: unlimited)
66
67
68       --no-cache[=false]      do not use a local cache
69
70
71       --no-lock[=false]      do not lock the repository, this allows some op‐
72       erations on read-only repositories
73
74
75       -o, --option=[]      set extended option (key=value, can  be  specified
76       multiple times)
77
78
79       --pack-size=0       set target pack size in MiB, created pack files may
80       be larger (default: $RESTIC_PACK_SIZE)
81
82
83       --password-command=""      shell command to obtain the repository pass‐
84       word from (default: $RESTIC_PASSWORD_COMMAND)
85
86
87       -p,  --password-file=""       file to read the repository password from
88       (default: $RESTIC_PASSWORD_FILE)
89
90
91       -q, --quiet[=false]      do not output comprehensive progress report
92
93
94       -r, --repo=""      repository to backup to or  restore  from  (default:
95       $RESTIC_REPOSITORY)
96
97
98       --repository-file=""       file  to  read  the repository location from
99       (default: $RESTIC_REPOSITORY_FILE)
100
101
102       --tls-client-cert=""      path to a file  containing  PEM  encoded  TLS
103       client certificate and private key
104
105
106       -v,  --verbose[=0]       be  verbose (specify multiple times or a level
107       using --verbose=n, max level/times is 3)
108
109
110

SEE ALSO

112       restic(1)
113
114
115
116generated by restic generate       Jan 2017                   restic backup(1)
Impressum