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

NAME

6       restic-unlock - Remove locks other processes created
7
8
9

SYNOPSIS

11       restic unlock [flags]
12
13
14

DESCRIPTION

16       The  "unlock"  command  removes  stale  locks that have been created by
17       other restic processes.
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 unlock
29
30
31       --remove-all[=false]      remove all locks, even non-stale ones
32
33
34

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

103       restic(1)
104
105
106
107generated by restic generate       Jan 2017                   restic backup(1)
Impressum