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

7 lines
60 B
Bash
Executable File

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