|
|
|
@ -26,7 +26,7 @@ locations:
|
|
|
|
|
|
|
|
|
|
## Example
|
|
|
|
|
|
|
|
|
|
In this example, whenever `autorestic` runs `restic backup` it will append a `--tag abc --tag` to the native command.
|
|
|
|
|
In this example, whenever `autorestic` runs `restic backup` it will append a `--tag foo --tag bar` to the native command.
|
|
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
|
locations:
|
|
|
|
@ -40,6 +40,12 @@ locations:
|
|
|
|
|
- bar
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Priority
|
|
|
|
|
|
|
|
|
|
Options can be set globally, on the backends or on the locations.
|
|
|
|
|
|
|
|
|
|
The priority is as follows: `location > backend > global`.
|
|
|
|
|
|
|
|
|
|
## Global Options
|
|
|
|
|
|
|
|
|
|
It is possible to specify global flags that will be run every time restic is invoked. To do so specify them under `global` in your config file.
|
|
|
|
|