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.sh
7 lines
63 B
Bash
Raw
Permalink
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
missing extension
2025-01-24 19:57:21 +01:00
vol-backup.sh
wrapper backup script
2025-01-19 16:51:01 +01:00
done
Reference in New Issue
Copy Permalink