1restic backup(1) restic backup(1)
2
3
4
6 restic-version - Print version information
7
8
9
11 restic version [flags]
12
13
14
16 The "version" command prints detailed information about the build envi‐
17 ronment and the version of this software.
18
19
20
22 Exit status is 0 if the command was successful, and non-zero if there
23 was any error.
24
25
26
28 -h, --help[=false] help for version
29
30
31
33 --cacert=[] file to load root certificates from (default: use sys‐
34 tem certificates)
35
36
37 --cache-dir="" set the cache directory. (default: use system de‐
38 fault cache directory)
39
40
41 --cleanup-cache[=false] auto remove old cache directories
42
43
44 --json[=false] set output mode to JSON for commands that support
45 it
46
47
48 --key-hint="" key ID of key to try decrypting first (default:
49 $RESTIC_KEY_HINT)
50
51
52 --limit-download=0 limits downloads to a maximum rate in KiB/s.
53 (default: unlimited)
54
55
56 --limit-upload=0 limits uploads to a maximum rate in KiB/s. (de‐
57 fault: unlimited)
58
59
60 --no-cache[=false] do not use a local cache
61
62
63 --no-lock[=false] do not lock the repository, this allows some op‐
64 erations on read-only repositories
65
66
67 -o, --option=[] set extended option (key=value, can be specified
68 multiple times)
69
70
71 --password-command="" shell command to obtain the repository pass‐
72 word from (default: $RESTIC_PASSWORD_COMMAND)
73
74
75 -p, --password-file="" file to read the repository password from
76 (default: $RESTIC_PASSWORD_FILE)
77
78
79 -q, --quiet[=false] do not output comprehensive progress report
80
81
82 -r, --repo="" repository to backup to or restore from (default:
83 $RESTIC_REPOSITORY)
84
85
86 --repository-file="" file to read the repository location from
87 (default: $RESTIC_REPOSITORY_FILE)
88
89
90 --tls-client-cert="" path to a file containing PEM encoded TLS
91 client certificate and private key
92
93
94 -v, --verbose[=0] be verbose (specify multiple times or a level
95 using --verbose=n, max level/times is 3)
96
97
98
100 restic(1)
101
102
103
104generated by restic generate Jan 2017 restic backup(1)