Patterns to exclude when backing up. See https://restic.readthedocs.io/en/latest/040_backup.html#excluding-files for details on syntax.
Declarations
Type
list of stringDefault
[ ]Example
[
"/var/cache"
"/home/*/.cache"
".git"
]Patterns to exclude when backing up. See https://restic.readthedocs.io/en/latest/040_backup.html#excluding-files for details on syntax.
list of string[ ][
"/var/cache"
"/home/*/.cache"
".git"
]