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

EXIT STATUS

24       Exit status is 0 if the command was successful, and non-zero  if  there
25       was any error.
26
27
28

OPTIONS

30       -h, --help[=false]      help for self-update
31
32
33       --output=""      Save the downloaded file as filename (default: running
34       binary itself)
35
36
37

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

106       restic(1)
107
108
109
110generated by restic generate       Jan 2017                   restic backup(1)
Impressum