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