6 lines
169 B
Shell
6 lines
169 B
Shell
#!/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
|