Files
opt/borgmatic/scripts/run.sh
2025-10-12 16:14:18 +02:00

6 lines
125 B
Bash
Executable File

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