remove --progress

This commit is contained in:
Philipp Born 2014-10-15 14:22:17 +02:00
parent 08d194aa90
commit caa525d726

View file

@ -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