This website requires JavaScript.
Explore
Help
Sign In
netig
/
srv-scripts
Watch
1
Star
0
Fork
0
You've already forked srv-scripts
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
srv-scripts
/
sbin
/
vol-backup-all
7 lines
60 B
Plaintext
Raw
Normal View
History
Unescape
Escape
wrapper backup script
2025-01-19 16:51:01 +01:00
#!/bin/bash
match only dirs
2025-01-19 16:56:16 +01:00
for dir in /srv/*/
cd $dir
vol-backup
wrapper backup script
2025-01-19 16:51:01 +01:00
done
Reference in New Issue
Copy Permalink