mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 14:50:23 +00:00
vzdump: make sure only DOT pid files excluded
and not files like "acpid" Signed-off-by: Jean-Francois Dagenais <jeff.dagenais@gmail.com>
This commit is contained in:
parent
4224e7c445
commit
0568e342e8
@ -593,7 +593,7 @@ sub new {
|
|||||||
push @$findexcl, '/var/log/?*',
|
push @$findexcl, '/var/log/?*',
|
||||||
'/tmp/?*',
|
'/tmp/?*',
|
||||||
'/var/tmp/?*',
|
'/var/tmp/?*',
|
||||||
'/var/run/?*pid';
|
'/var/run/?*.pid';
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach my $p (@plugins) {
|
foreach my $p (@plugins) {
|
||||||
|
Loading…
Reference in New Issue
Block a user