reorganize borgmatic scripts

This commit is contained in:
2025-11-09 12:08:41 +01:00
parent 012c88268c
commit c3142c4ca9
5 changed files with 58 additions and 38 deletions

5
borgmatic/scripts/run_all.sh Executable file
View File

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