Init borgbackup based backup solution for home server

This commit is contained in:
tkl
2024-07-01 07:39:16 +02:00
commit 51d4d1988e
8 changed files with 276 additions and 0 deletions

9
docker/influx/start.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/sh
docker run \
--detach \
--publish 8086:8086 \
--volume /srv/influx:/var/lib/influxdb2 \
--restart unless-stopped \
--name influx \
influxdb:latest