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:
parent
86afc79cf6
commit
e34ccc1dde
@ -593,7 +593,7 @@ sub new {
|
||||
push @$findexcl, '/var/log/?*',
|
||||
'/tmp/?*',
|
||||
'/var/tmp/?*',
|
||||
'/var/run/?*';
|
||||
'/var/run/?*pid';
|
||||
}
|
||||
|
||||
foreach my $p (@plugins) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user