adjust borgmatic configs

This commit is contained in:
2025-10-12 16:14:18 +02:00
parent 8b46c1decd
commit 8ab9e7eed8
6 changed files with 7 additions and 2 deletions

View File

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