X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=src%2FPVE%2FVZDump%2FLXC.pm;h=b7f7463d00b42d7d0402d4a57c642ee0bef9aa57;hb=f681ca0d1806571888ce3b3564d0b49b35bb80b6;hp=eb07430e11cc32bab6c9ef1e46f7fd5775b95560;hpb=8ac9595de27a4f0d9d99dfa2e24e6bcf029d1b04;p=pve-container.git diff --git a/src/PVE/VZDump/LXC.pm b/src/PVE/VZDump/LXC.pm index eb07430..b7f7463 100644 --- a/src/PVE/VZDump/LXC.pm +++ b/src/PVE/VZDump/LXC.pm @@ -389,6 +389,7 @@ sub archive { } push @$param, '--skip-lost-and-found' if $userns_cmd; + push @$param, map { "--exclude=$_" } @$findexcl; push @$param, '--backup-type', 'ct'; push @$param, '--backup-id', $vmid;