docker instead of nerdctl and minor changes

This commit is contained in:
julien
2025-10-07 13:20:09 +02:00
parent 338655642a
commit 0b5644d59e
5 changed files with 14 additions and 17 deletions

6
scripts/vol-backup-all Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
for d in /srv/*/; do
cd $d
vol-backup
done