wrapper backup script

This commit is contained in:
julien
2025-01-19 16:51:01 +01:00
parent 122549f077
commit 907cf4215b
6 changed files with 68 additions and 56 deletions

6
sbin/vol-backup-all Normal file
View File

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