Browse Source

Update README.md

Added clarification to globbing section about fstab. Mergerfs not being able to use `\` literal might possibly be classified as a bug.
pull/1189/head
Coenraad Loubser 2 years ago
committed by GitHub
parent
commit
8d41ee6a89
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.md

4
README.md

@ -358,9 +358,9 @@ branch. If not set the global value is used.
#### globbing
To make it easier to include multiple branches mergerfs supports
[globbing](http://linux.die.net/man/7/glob). **The globbing tokens
[globbing](http://linux.die.net/man/7/glob). The globbing tokens
MUST be escaped when using via the shell else the shell itself will
apply the glob itself.**
apply the glob itself. Do not escape the glob in `fstab`.
```

Loading…
Cancel
Save