Optionschevron_right
If you want to exclude certain files or folders it done easily by specifying the right flags in the location you desire to filter.
The flags are taken straight from the restic cli exclude rules so you can use any flag used there.
1linklocations:
2link  my-location:
3link    from: /data
4link    to: my-backend
5link    options:
6link      backup:
7link        exclude:
8link          - '*.nope'
9link          - '*.abc'
10link        exclude-file: .gitignore
Home Quick Start Installation Configuration Upgrade