backbit/conf/after.sh-sample
2019-10-07 12:00:59 +02:00

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