srv-scripts/sbin/vol-backup-all
2025-01-19 16:57:51 +01:00

7 lines
60 B
Bash
Executable File

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