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
/
bin
/
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
typo
2025-01-19 16:57:51 +01:00
for d in /srv/*/; do
cd $d
match only dirs
2025-01-19 16:56:16 +01:00
vol-backup
wrapper backup script
2025-01-19 16:51:01 +01:00
done
Reference in New Issue
Copy Permalink