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