vzmigrate: add --delete-excluded to rsync

When migrating a CT with ploop, we add --exclude for top delta image file.
The problem is this file can exist on a destination node, and ploop copy
will fail.

Easiest fix is to add --delete-excluded.

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
1 file changed