7 lines
169 B
Text
7 lines
169 B
Text
|
#!/bin/bash
|
||
|
|
||
|
# This file will run before any backup starts.
|
||
|
# Any command can be placed here
|
||
|
# To be run, the file must be renamed to before.sh
|
||
|
# and be made executable
|