diff --git a/doc/040_backup.rst b/doc/040_backup.rst index 00b1b11d2..44cc9be96 100644 --- a/doc/040_backup.rst +++ b/doc/040_backup.rst @@ -93,7 +93,7 @@ Basic example: *.go # exclude foo/x/y/z/bar foo/x/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.