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=[]
24 file to load root certificates from (default: use system
25 certificates)
26
27
28 --cache-dir=""
29 set the cache directory. (default: use system default cache
30 directory)
31
32
33 --cleanup-cache[=false]
34 auto remove old cache directories
35
36
37 -h, --help[=false]
38 help for restic
39
40
41 --json[=false]
42 set output mode to JSON for commands that support it
43
44
45 --key-hint=""
46 key ID of key to try decrypting first (default: $RESTIC_KEY_HINT)
47
48
49 --limit-download=0
50 limits downloads to a maximum rate in KiB/s. (default: unlimited)
51
52
53 --limit-upload=0
54 limits uploads to a maximum rate in KiB/s. (default: unlimited)
55
56
57 --no-cache[=false]
58 do not use a local cache
59
60
61 --no-lock[=false]
62 do not lock the repository, this allows some operations on
63 read-only repositories
64
65
66 -o, --option=[]
67 set extended option (key=value, can be specified multiple times)
68
69
70 --password-command=""
71 shell command to obtain the repository password from (default:
72 $RESTIC_PASSWORD_COMMAND)
73
74
75 -p, --password-file=""
76 file to read the repository password from (default:
77 $RESTIC_PASSWORD_FILE)
78
79
80 -q, --quiet[=false]
81 do not output comprehensive progress report
82
83
84 -r, --repo=""
85 repository to backup to or restore from (default:
86 $RESTIC_REPOSITORY)
87
88
89 --repository-file=""
90 file to read the repository location from (default:
91 $RESTIC_REPOSITORY_FILE)
92
93
94 --tls-client-cert=""
95 path to a file containing PEM encoded TLS client certificate and
96 private key
97
98
99 -v, --verbose[=0]
100 be verbose (specify multiple times or a level using --verbose=n,
101 max level/times is 3)
102
103
104
106 restic-backup(1), restic-cache(1), restic-cat(1), restic-check(1),
107 restic-copy(1), restic-diff(1), restic-dump(1), restic-find(1),
108 restic-forget(1), restic-generate(1), restic-init(1), restic-key(1),
109 restic-list(1), restic-ls(1), restic-migrate(1), restic-mount(1),
110 restic-prune(1), restic-rebuild-index(1), restic-recover(1),
111 restic-restore(1), restic-self-update(1), restic-snapshots(1),
112 restic-stats(1), restic-tag(1), restic-unlock(1), restic-version(1)
113
114
115
116generated by `restic generate` Jan 2017 restic backup(1)