vzdump: revert /var/run stdexclude entry to its original

It used to be /var/run/.+pid when we used regular
expressions so now it should be /var/run/?*pid
This commit is contained in:
Wolfgang Bumiller 2016-03-03 09:55:16 +01:00 committed by Dietmar Maurer
parent 86afc79cf6
commit e34ccc1dde

View File

@ -593,7 +593,7 @@ sub new {
push @$findexcl, '/var/log/?*',
'/tmp/?*',
'/var/tmp/?*',
'/var/run/?*';
'/var/run/?*pid';
}
foreach my $p (@plugins) {