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