rearange borgmatic setup and configuration

This commit is contained in:
2025-10-01 19:49:05 +02:00
parent 33546d7e72
commit 16ffd6ab60
13 changed files with 170 additions and 331 deletions

4
borgmatic/scripts/run.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
for name in home root opt etc bram; do
/scripts/mqtt.sh "$NAME" >> "/log/$NAME.log" 2>&1
done