sbin to bin

This commit is contained in:
julien
2025-01-20 11:21:42 +01:00
parent adf38fce9a
commit 00a32a9853
4 changed files with 1 additions and 1 deletions

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

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