]> git.proxmox.com Git - pve-container.git/commit
Fix #1070: vzdump: handle sparse files in suspend mode
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 29 Jul 2016 07:48:59 +0000 (09:48 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 5 Aug 2016 08:52:27 +0000 (10:52 +0200)
commit50ee6ffedf8a79893e59aa0dd2fcc30362e960a8
treea4af414046e1d9c1e4d5023c94d0463c12a32a23
parentfbeeb88f6ad4ee1080a45122010ed342f1868fb0
Fix #1070: vzdump: handle sparse files in suspend mode

In suspend mode we perform two rsyncs with --inplace which
is incompatible to --sparse. However, only the second one
really needs to do in-place updates, so the first stage
should use --sparse instead.
src/PVE/VZDump/LXC.pm