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

NAME

6       restic-snapshots - List all snapshots
7
8
9

SYNOPSIS

11       restic snapshots [snapshotID ...] [flags]
12
13
14

DESCRIPTION

16       The "snapshots" command lists all snapshots stored in the repository.
17
18
19

OPTIONS

21       -c, --compact[=false]
22           use compact format
23
24
25       -g, --group-by=""
26           string for grouping snapshots by host,paths,tags
27
28
29       -h, --help[=false]
30           help for snapshots
31
32
33       -H, --host=""
34           only consider snapshots for this host
35
36
37       --last[=false]
38           only show the last snapshot for each host and path
39
40
41       --path=[]
42           only consider snapshots for this path (can be specified multiple
43       times)
44
45
46       --tag=[]
47           only consider snapshots which include this taglist (can be
48       specified multiple times)
49
50
51

OPTIONS INHERITED FROM PARENT COMMANDS

53       --cacert=[]
54           file to load root certificates from (default: use system
55       certificates)
56
57
58       --cache-dir=""
59           set the cache directory. (default: use system default cache
60       directory)
61
62
63       --cleanup-cache[=false]
64           auto remove old cache directories
65
66
67       --json[=false]
68           set output mode to JSON for commands that support it
69
70
71       --key-hint=""
72           key ID of key to try decrypting first (default: $RESTIC_KEY_HINT)
73
74
75       --limit-download=0
76           limits downloads to a maximum rate in KiB/s. (default: unlimited)
77
78
79       --limit-upload=0
80           limits uploads to a maximum rate in KiB/s. (default: unlimited)
81
82
83       --no-cache[=false]
84           do not use a local cache
85
86
87       --no-lock[=false]
88           do not lock the repo, this allows some operations on read-only
89       repos
90
91
92       -o, --option=[]
93           set extended option (key=value, can be specified multiple times)
94
95
96       --password-command=""
97           specify a shell command to obtain a password (default:
98       $RESTIC_PASSWORD_COMMAND)
99
100
101       -p, --password-file=""
102           read the repository password from a file (default:
103       $RESTIC_PASSWORD_FILE)
104
105
106       -q, --quiet[=false]
107           do not output comprehensive progress report
108
109
110       -r, --repo=""
111           repository to backup to or restore from (default:
112       $RESTIC_REPOSITORY)
113
114
115       --tls-client-cert=""
116           path to a file containing PEM encoded TLS client certificate and
117       private key
118
119
120       -v, --verbose[=0]
121           be verbose (specify --verbose multiple times or level n)
122
123
124

SEE ALSO

126       restic(1)
127
128
129
130generated by `restic generate`     Jan 2017                   restic backup(1)
Impressum