Skip to content
Snippets Groups Projects
Verified Commit 5f87dc1f authored by nfontrod's avatar nfontrod
Browse files

Readme.md: update

parent 59a204e5
No related branches found
No related tags found
No related merge requests found
...@@ -469,7 +469,7 @@ To ignore all files with a given extention use: ...@@ -469,7 +469,7 @@ To ignore all files with a given extention use:
- /**/*.txt - /**/*.txt
``` ```
To rescue files from being ignored by another pattern, you can use a line begining by '+ ' in `.borgignore` file. To rescue files from being ignored by another pattern, you can use a line begining by `+` in `.borgignore` file.
Example: If we have a `test` folder inside the `results` folder containing the files a.txt, b.txt, ..., z.txt and we want to ignore everything except the c.txt file. This can be done with: Example: If we have a `test` folder inside the `results` folder containing the files a.txt, b.txt, ..., z.txt and we want to ignore everything except the c.txt file. This can be done with:
```sh ```sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment