mirror of
https://github.com/donl/vzpbackup.git
synced 2026-06-30 06:11:58 -06:00
remove --progress
This commit is contained in:
parent
08d194aa90
commit
caa525d726
1 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue