autorestic/docs/markdown/backend/options.md

20 lines
378 B
Markdown
Raw Normal View History

2021-05-17 22:40:23 +02:00
# Options
2021-10-28 18:09:38 +02:00
> For more detail see the [location docs](/location/options) for options, as they are the same.
2021-05-17 22:40:23 +02:00
```yaml
backend:
foo:
type: ...
path: ...
options:
backup:
tag:
- foo
- bar
```
In this example, whenever `autorestic` runs `restic backup` it will append a `--tag abc --tag` to the native command.
> :ToCPrevNext