From 0568e342e83b2c0d400d6712138adc66354ffa0b Mon Sep 17 00:00:00 2001 From: Jean-Francois Dagenais Date: Thu, 3 Mar 2016 09:48:40 -0500 Subject: [PATCH] vzdump: make sure only DOT pid files excluded and not files like "acpid" Signed-off-by: Jean-Francois Dagenais --- PVE/VZDump.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/VZDump.pm b/PVE/VZDump.pm index 8f5af3fb..a3d1f2c3 100644 --- a/PVE/VZDump.pm +++ b/PVE/VZDump.pm @@ -593,7 +593,7 @@ sub new { push @$findexcl, '/var/log/?*', '/tmp/?*', '/var/tmp/?*', - '/var/run/?*pid'; + '/var/run/?*.pid'; } foreach my $p (@plugins) {