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