This commit is contained in:
Michael Stanclift 2020-05-28 16:51:41 -05:00
parent 6dfd835988
commit 6a9ab25613

View File

@ -115,16 +115,8 @@ function beta_gs {
# Gravity Core Functions
## Pull Function
function pull_gs {
TASKTYPE='PULL'
MESSAGE="${TASKTYPE} Requested"
echo_info
md5_compare
MESSAGE="${TASKTYPE} Starting"
echo_info
MESSAGE="Backing Up ${GRAVITY_FI} on $HOSTNAME"
echo_stat
cp ${PIHOLE_DIR}/${GRAVITY_FI} $HOME/${LOCAL_FOLDR}/${BACKUP_FOLD}/${GRAVITY_FI}.backup >/dev/null 2>&1