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

NAME

6       restic - Backup and restore files
7
8
9

SYNOPSIS

11       restic [flags]
12
13
14

DESCRIPTION

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

OPTIONS

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 repo, this allows some operations on read-only
63       repos
64
65
66       -o, --option=[]
67           set extended option (key=value, can be specified multiple times)
68
69
70       --password-command=""
71           specify a shell command to obtain a password (default:
72       $RESTIC_PASSWORD_COMMAND)
73
74
75       -p, --password-file=""
76           read the repository password from a file (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       --tls-client-cert=""
90           path to a file containing PEM encoded TLS client certificate and
91       private key
92
93
94       -v, --verbose[=0]
95           be verbose (specify --verbose multiple times or level n)
96
97
98

SEE ALSO

100       restic-backup(1), restic-cache(1), restic-cat(1), restic-check(1),
101       restic-diff(1), restic-dump(1), restic-find(1), restic-forget(1),
102       restic-generate(1), restic-init(1), restic-key(1), restic-list(1),
103       restic-ls(1), restic-migrate(1), restic-mount(1), restic-prune(1),
104       restic-rebuild-index(1), restic-recover(1), restic-restore(1),
105       restic-self-update(1), restic-snapshots(1), restic-stats(1),
106       restic-tag(1), restic-unlock(1), restic-version(1)
107
108
109
110generated by `restic generate`     Jan 2017                   restic backup(1)
Impressum