From c250391f6756db21598530ac1d26f7ac892adbd0 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Mon, 1 Nov 2021 11:19:27 +0100 Subject: [PATCH] docs --- docs/markdown/location/options.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/markdown/location/options.md b/docs/markdown/location/options.md index 16d0260..af35269 100644 --- a/docs/markdown/location/options.md +++ b/docs/markdown/location/options.md @@ -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.