[pve-devel] [PATCH manager 1/2] vzdump: revert /var/run stdexclude entry to its original
Wolfgang Bumiller
w.bumiller at proxmox.com
Thu Mar 3 09:55:16 CET 2016
It used to be /var/run/.+pid when we used regular
expressions so now it should be /var/run/?*pid
---
PVE/VZDump.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PVE/VZDump.pm b/PVE/VZDump.pm
index 218b033..8f5af3f 100644
--- a/PVE/VZDump.pm
+++ b/PVE/VZDump.pm
@@ -593,7 +593,7 @@ sub new {
push @$findexcl, '/var/log/?*',
'/tmp/?*',
'/var/tmp/?*',
- '/var/run/?*';
+ '/var/run/?*pid';
}
foreach my $p (@plugins) {
--
2.1.4
More information about the pve-devel
mailing list