.
This commit is contained in:
15
scripts/duplicati-influxdb-notify
Normal file → Executable file
15
scripts/duplicati-influxdb-notify
Normal file → Executable file
@@ -1,10 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
#/etc/default/influxdb-connection example
|
||||
#INFLUDB_SERVER=http://192.168.1.201:8086
|
||||
#INFLUDB_BUCKET=bucketname
|
||||
#INFLUDB_ORG=orgname
|
||||
#INFLUDB_TOKEN=Token xxxx
|
||||
|
||||
if [ -f "/etc/default/duplicati-influxdb" ]; then
|
||||
export $(cat /etc/default/duplicati-influxdb)
|
||||
fi
|
||||
@@ -13,15 +9,6 @@ if [ -f "~/.config/duplicati-influxdb" ]; then
|
||||
export $(cat ~/default/duplicati-influxdb)
|
||||
fi
|
||||
|
||||
#duplicati
|
||||
#DUPLICATI__EVENTNAME="zbf dc fbz"
|
||||
#DUPLICATI__OPERATIONNAME="yy"
|
||||
#DUPLICATI__PARSED_RESULT="p gfh uasd"
|
||||
#DUPLICATI__backup_name="puggb"
|
||||
#DUPLICATI__RESULTFILE="sd gasd"
|
||||
#DUPLICATI__LOCALPATH="sagd"
|
||||
#
|
||||
|
||||
TAGS=""
|
||||
MESSAGE_FIELD_VALUE=""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user