added sample config

This commit is contained in:
Carlos Galindo 2019-10-07 12:00:59 +02:00
parent db125801b2
commit a86ffc08f9
Signed by: kauron
GPG key ID: 83E68706DEE119A3
4 changed files with 58 additions and 0 deletions

6
conf/after.sh-sample Normal file
View file

@ -0,0 +1,6 @@
#!/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