7 lines
167 B
Text
7 lines
167 B
Text
|
#!/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
|