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