reorganize borgmatic scripts
This commit is contained in:
5
borgmatic/scripts/run_all.sh
Executable file
5
borgmatic/scripts/run_all.sh
Executable 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
|
||||
Reference in New Issue
Block a user