srv-scripts/sbin/vol-backup-all
2025-01-19 16:54:04 +01:00

7 lines
61 B
Bash
Executable File

#!/bin/bash
for dir in /srv
cd $dir
vol-backup
done