Remove unused code.
This commit is contained in:
parent
520dd6eb96
commit
e4d5f59252
@ -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
|
||||||
## -
|
## -
|
||||||
|
@ -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
|
||||||
## -
|
## -
|
||||||
|
@ -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.
|
||||||
## -
|
## -
|
||||||
|
Loading…
Reference in New Issue
Block a user