diff --git a/hosts/scripts/mysql_backup.sh b/hosts/scripts/mysql_backup.sh index f5a8ece..6292805 100755 --- a/hosts/scripts/mysql_backup.sh +++ b/hosts/scripts/mysql_backup.sh @@ -126,15 +126,6 @@ fi echolog "" 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 ## - diff --git a/hosts/scripts/pgsql_backup.sh b/hosts/scripts/pgsql_backup.sh index 281cae8..7df867e 100755 --- a/hosts/scripts/pgsql_backup.sh +++ b/hosts/scripts/pgsql_backup.sh @@ -68,15 +68,6 @@ fi echolog "" 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 ## - diff --git a/hosts/scripts/svn_backup.sh b/hosts/scripts/svn_backup.sh index 805bef7..a6b8d1e 100755 --- a/hosts/scripts/svn_backup.sh +++ b/hosts/scripts/svn_backup.sh @@ -73,15 +73,6 @@ done echolog "" 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. ## -