docker instead of nerdctl and minor changes
This commit is contained in:
6
scripts/vol-backup-all
Executable file
6
scripts/vol-backup-all
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
for d in /srv/*/; do
|
||||
cd $d
|
||||
vol-backup
|
||||
done
|
||||
Reference in New Issue
Block a user