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

NAME

6       restic-self-update - Update the restic binary
7
8
9

SYNOPSIS

11       restic self-update [flags]
12
13
14

DESCRIPTION

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

OPTIONS

24       -h, --help[=false]
25           help for self-update
26
27
28       --output=""
29           Save the downloaded file as filename (default: running binary
30       itself)
31
32
33

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

108       restic(1)
109
110
111
112generated by `restic generate`     Jan 2017                   restic backup(1)
Impressum