Update README.md

This commit is contained in:
Nicco 2019-12-04 23:48:22 +01:00 committed by GitHub
parent 087aeaf578
commit 2389c59aa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -176,6 +176,31 @@ f8f8f976 2019-12-02 12:11:08 computer within 2w /etc
3 snapshots
```
### Excluding files/folders
If you want to exclude certain files or folders it done easily by specifiyng the right flags in the location you desire to filter. The flags are taken straight from the [restic cli exclude rules](https://restic.readthedocs.io/en/latest/040_backup.html#excluding-files).
```yaml
locations:
my-location:
from: /data
to:
- local
- remote
options:
backup:
exclude:
- '*.nope'
- '*.abc'
exclude-file: .gitignore
backends:
local:
...
remote:
...
```
## Contributors
This amazing people helped the project!