Files
srv-scripts/scripts/vol-backup-all
T

7 lines
60 B
Bash
Executable File

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