1restic backup(1) restic backup(1)
2
3
4
6 restic-list - List objects in the repository
7
8
9
11 restic list [flags] [blobs|packs|index|snapshots|keys|locks]
12
13
14
16 The "list" command allows listing objects in the repository based on
17 type.
18
19
20
22 Exit status is 0 if the command was successful, and non-zero if there
23 was any error.
24
25
26
28 -h, --help[=false]
29 help for list
30
31
32
34 --cacert=[]
35 file to load root certificates from (default: use system
36 certificates)
37
38
39 --cache-dir=""
40 set the cache directory. (default: use system default cache
41 directory)
42
43
44 --cleanup-cache[=false]
45 auto remove old cache directories
46
47
48 --json[=false]
49 set output mode to JSON for commands that support it
50
51
52 --key-hint=""
53 key ID of key to try decrypting first (default: $RESTIC_KEY_HINT)
54
55
56 --limit-download=0
57 limits downloads to a maximum rate in KiB/s. (default: unlimited)
58
59
60 --limit-upload=0
61 limits uploads to a maximum rate in KiB/s. (default: unlimited)
62
63
64 --no-cache[=false]
65 do not use a local cache
66
67
68 --no-lock[=false]
69 do not lock the repository, this allows some operations on
70 read-only repositories
71
72
73 -o, --option=[]
74 set extended option (key=value, can be specified multiple times)
75
76
77 --password-command=""
78 shell command to obtain the repository password from (default:
79 $RESTIC_PASSWORD_COMMAND)
80
81
82 -p, --password-file=""
83 file to read the repository password from (default:
84 $RESTIC_PASSWORD_FILE)
85
86
87 -q, --quiet[=false]
88 do not output comprehensive progress report
89
90
91 -r, --repo=""
92 repository to backup to or restore from (default:
93 $RESTIC_REPOSITORY)
94
95
96 --repository-file=""
97 file to read the repository location from (default:
98 $RESTIC_REPOSITORY_FILE)
99
100
101 --tls-client-cert=""
102 path to a file containing PEM encoded TLS client certificate and
103 private key
104
105
106 -v, --verbose[=0]
107 be verbose (specify multiple times or a level using --verbose=n,
108 max level/times is 3)
109
110
111
113 restic(1)
114
115
116
117generated by `restic generate` Jan 2017 restic backup(1)