mirror of
https://github.com/donl/vzpbackup.git
synced 2026-06-30 06:11:58 -06:00
fixup for c0b6b8f95e
This commit is contained in:
parent
388e2fb0c5
commit
beced07034
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ for VEID in $BACKUP_VES; do
|
|||
vzctl snapshot $VEID --id $( uuidgen ) $VZCTL_PARAM
|
||||
vzctl compact $VEID
|
||||
fi
|
||||
RSYNC_SRCS=" /vz/private/$VEID"
|
||||
RSYNC_SRCS="$RSYNC_SRCS /vz/private/$VEID"
|
||||
fi
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue