From caa525d726015e566706e1cd99dee4065264307b Mon Sep 17 00:00:00 2001 From: Philipp Born Date: Wed, 15 Oct 2014 14:22:17 +0200 Subject: [PATCH] remove --progress --- vzpbackup.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/vzpbackup.sh b/vzpbackup.sh index 33b5b0c..e280e1c 100755 --- a/vzpbackup.sh +++ b/vzpbackup.sh @@ -69,10 +69,6 @@ if ! which vzctl &>/dev/null; then exit 1 fi -if [ "$TERM" != "" ]; then - RSYNC_OPTS="$RSYNC_OPTS --progress" -fi - if [ "$TEMPLATES" = "yes" ]; then TEMPLATE_DIR=$( source /etc/vz/vz.conf; echo $TEMPLATE ) RSYNC_OPTS="$RSYNC_OPTS --include=$TEMPLATE_DIR/*" @@ -86,7 +82,6 @@ if [ "$SUSPEND" = "no" ]; then VZCTL_PARAM="$VZCTL_PARAM --skip-suspend" fi - # LOCKFILE test -f /var/run/vzbackup.pid && exit 0 touch /var/run/vzbackup.pid