srv-scripts/bin/vol-backup-all
2025-01-20 11:21:42 +01:00

7 lines
60 B
Bash
Executable File

#!/bin/bash
for d in /srv/*/; do
cd $d
vol-backup
done