move logs to /var/log and run borg exporter on startup if borg_exporter.prom is not into /var/log

This commit is contained in:
2022-11-26 12:47:49 +01:00
parent 5b30848e82
commit 664da2b92d
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
DOCKER_IMAGE_VERSION="2.0.0"
BORG_VERSION=$(borg -V)
SSH_FOLDERS=( "/sshkeys/clients" "/sshkeys/host" )
NODE_EXPORTER_DIR="/logs"
NODE_EXPORTER_DIR="/var/log"
COLUMNS="86"
##############################################################################################################################
# Funktionen