mirror of
https://github.com/octoleo/restic.git
synced 2024-11-26 06:46:34 +00:00
Fix a small typo in stdin
example
s/--stdin-filenam/--stdin-filename/
This commit is contained in:
parent
e443454c4b
commit
8ded453ab0
@ -205,7 +205,7 @@ the fuse mounting option (see below) to mount the repository and read the file.
|
||||
By default, the file name `stdin` is used, a different name can be specified
|
||||
with `--stdin-filename`, e.g. like this:
|
||||
|
||||
$ mysqldump [...] | restic -r /tmp/backup backup --stdin --stdin-filenam production.sql
|
||||
$ mysqldump [...] | restic -r /tmp/backup backup --stdin --stdin-filename production.sql
|
||||
|
||||
# List all snapshots
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user