Remove unused code.

This commit is contained in:
Christoph 2017-11-23 04:41:08 +01:00
parent 520dd6eb96
commit e4d5f59252
3 changed files with 0 additions and 27 deletions

View File

@ -126,15 +126,6 @@ fi
echolog "" echolog ""
if $ARCHIVE ;then if $ARCHIVE ;then
if [ "$_TEST" = "1" ];then
progArgs="-n $progArgs --stats"
elif [ "$_DEBUG" -gt 0 ];then
progArgs="$progArgs --stats"
if [ "$_DEBUG" -gt 1 ];then
formats="%t -- %o %f %b Bytes[%l]"
fi
fi
## ----------------------------- ## -----------------------------
## - Backup SQL Grants for users ## - Backup SQL Grants for users
## - ## -

View File

@ -68,15 +68,6 @@ fi
echolog "" echolog ""
if $ARCHIVE ;then if $ARCHIVE ;then
if [ "$_TEST" = "1" ];then
progArgs="-n $progArgs --stats"
elif [ "$_DEBUG" -gt 0 ];then
progArgs="$progArgs --stats"
if [ "$_DEBUG" -gt 1 ];then
formats="%t -- %o %f %b Bytes[%l]"
fi
fi
## --------------------------- ## ---------------------------
## - Backup PostgreSQL's Roles ## - Backup PostgreSQL's Roles
## - ## -

View File

@ -73,15 +73,6 @@ done
echolog "" echolog ""
if $ARCHIVE ;then if $ARCHIVE ;then
if [ "$_TEST" = "1" ];then
progArgs="-n $progArgs --stats"
elif [ "$_DEBUG" -gt 0 ];then
progArgs="$progArgs --stats"
if [ "$_DEBUG" -gt 1 ];then
formats="%t -- %o %f %b Bytes[%l]"
fi
fi
## - backup all svn repositories. ## - backup all svn repositories.
## - ## -