summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarsten Feuls2019-02-12 13:26:08 +0100
committerCarsten Feuls2019-02-12 13:26:08 +0100
commit07c1b8c1ef855e86470a5723151d79aafd01d5c5 (patch)
treed39cec15a1ac2e6c344a987c03314761733bec74 /PKGBUILD
parent451f3beb565a1644ef1f2b9541481af856c6621e (diff)
downloadaur-07c1b8c1ef855e86470a5723151d79aafd01d5c5.tar.gz
Fix Missing backup File Parameter
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index baa792229a6e..7ae33e5fb7d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,11 @@ url="https://github.com/improbable-eng/thanos"
license=("Apache")
depends=()
makedepends=()
-backup=("etc/conf.d/thanos")
+backup=("etc/thanos/sidecar.conf"
+ "etc/thanos/store.conf"
+ "etc/thanos/query.conf"
+ "etc/thanos/rule.conf"
+ "etc/thanos/compact.conf")
source_x86_64=("thanos.service"
"thanos.conf"