forked from TrueCloudLab/restic
040_backup.rst: quote wildcard characters
This doesn't really matter for --exclude in most cases, but it avoids spreading bad ideas.
This commit is contained in:
parent
0279fd7212
commit
624a2d8305
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ Basic example:
|
||||||
*.go
|
*.go
|
||||||
# exclude foo/x/y/z/bar foo/x/bar foo/bar
|
# exclude foo/x/y/z/bar foo/x/bar foo/bar
|
||||||
foo/**/bar
|
foo/**/bar
|
||||||
$ restic -r /tmp/backup backup ~/work --exclude=*.c --exclude-file=exclude
|
$ restic -r /tmp/backup backup ~/work --exclude="*.c" --exclude-file=exclude
|
||||||
|
|
||||||
Please see ``restic help backup`` for more specific information about each exclude option.
|
Please see ``restic help backup`` for more specific information about each exclude option.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue