1restic backup(1) restic backup(1)
2
3
4
6 restic - Backup and restore files
7
8
9
11 restic [flags]
12
13
14
16 restic is a backup program which allows saving multiple revisions of
17 files and directories in an encrypted repository stored on different
18 backends.
19
20
21
23 --cacert=[] file to load root certificates from (default: use sys‐
24 tem certificates)
25
26
27 --cache-dir="" set the cache directory. (default: use system de‐
28 fault cache directory)
29
30
31 --cleanup-cache[=false] auto remove old cache directories
32
33
34 -h, --help[=false] help for restic
35
36
37 --json[=false] set output mode to JSON for commands that support
38 it
39
40
41 --key-hint="" key ID of key to try decrypting first (default:
42 $RESTIC_KEY_HINT)
43
44
45 --limit-download=0 limits downloads to a maximum rate in KiB/s.
46 (default: unlimited)
47
48
49 --limit-upload=0 limits uploads to a maximum rate in KiB/s. (de‐
50 fault: unlimited)
51
52
53 --no-cache[=false] do not use a local cache
54
55
56 --no-lock[=false] do not lock the repository, this allows some op‐
57 erations on read-only repositories
58
59
60 -o, --option=[] set extended option (key=value, can be specified
61 multiple times)
62
63
64 --password-command="" shell command to obtain the repository pass‐
65 word from (default: $RESTIC_PASSWORD_COMMAND)
66
67
68 -p, --password-file="" file to read the repository password from
69 (default: $RESTIC_PASSWORD_FILE)
70
71
72 -q, --quiet[=false] do not output comprehensive progress report
73
74
75 -r, --repo="" repository to backup to or restore from (default:
76 $RESTIC_REPOSITORY)
77
78
79 --repository-file="" file to read the repository location from
80 (default: $RESTIC_REPOSITORY_FILE)
81
82
83 --tls-client-cert="" path to a file containing PEM encoded TLS
84 client certificate and private key
85
86
87 -v, --verbose[=0] be verbose (specify multiple times or a level
88 using --verbose=n, max level/times is 3)
89
90
91
93 restic-backup(1), restic-cache(1), restic-cat(1), restic-check(1),
94 restic-copy(1), restic-diff(1), restic-dump(1), restic-find(1),
95 restic-forget(1), restic-generate(1), restic-init(1), restic-key(1),
96 restic-list(1), restic-ls(1), restic-migrate(1), restic-mount(1),
97 restic-prune(1), restic-rebuild-index(1), restic-recover(1), restic-re‐
98 store(1), restic-self-update(1), restic-snapshots(1), restic-stats(1),
99 restic-tag(1), restic-unlock(1), restic-version(1)
100
101
102
103generated by restic generate Jan 2017 restic backup(1)