1restic backup(1) restic backup(1)
2
3
4
6 restic-recover - Recover data from the repository
7
8
9
11 restic recover [flags]
12
13
14
16 The "recover" command build a new snapshot from all directories it can
17 find in the raw data of the repository. It can be used if, for example,
18 a snapshot has been removed by accident with "forget".
19
20
21
23 -h, --help[=false]
24 help for recover
25
26
27
29 --cacert=[]
30 file to load root certificates from (default: use system
31 certificates)
32
33
34 --cache-dir=""
35 set the cache directory. (default: use system default cache
36 directory)
37
38
39 --cleanup-cache[=false]
40 auto remove old cache directories
41
42
43 --json[=false]
44 set output mode to JSON for commands that support it
45
46
47 --key-hint=""
48 key ID of key to try decrypting first (default: $RESTIC_KEY_HINT)
49
50
51 --limit-download=0
52 limits downloads to a maximum rate in KiB/s. (default: unlimited)
53
54
55 --limit-upload=0
56 limits uploads to a maximum rate in KiB/s. (default: unlimited)
57
58
59 --no-cache[=false]
60 do not use a local cache
61
62
63 --no-lock[=false]
64 do not lock the repo, this allows some operations on read-only
65 repos
66
67
68 -o, --option=[]
69 set extended option (key=value, can be specified multiple times)
70
71
72 --password-command=""
73 specify a shell command to obtain a password (default:
74 $RESTIC_PASSWORD_COMMAND)
75
76
77 -p, --password-file=""
78 read the repository password from a file (default:
79 $RESTIC_PASSWORD_FILE)
80
81
82 -q, --quiet[=false]
83 do not output comprehensive progress report
84
85
86 -r, --repo=""
87 repository to backup to or restore from (default:
88 $RESTIC_REPOSITORY)
89
90
91 --tls-client-cert=""
92 path to a file containing PEM encoded TLS client certificate and
93 private key
94
95
96 -v, --verbose[=0]
97 be verbose (specify --verbose multiple times or level n)
98
99
100
102 restic(1)
103
104
105
106generated by `restic generate` Jan 2017 restic backup(1)