Don't backup /backup.
This commit is contained in:
parent
00d6862522
commit
f087e0f535
|
@ -42,6 +42,7 @@ sub new {
|
||||||
'./proc' => 1,
|
'./proc' => 1,
|
||||||
'./sys' => 1,
|
'./sys' => 1,
|
||||||
'./nfs' => 1,
|
'./nfs' => 1,
|
||||||
|
'./backup' => 1,
|
||||||
};
|
};
|
||||||
$self->{charset} = 'utf-8';
|
$self->{charset} = 'utf-8';
|
||||||
$self->{fh_out} = exists($opt->{fh_out}) ? $opt->{fh_out} : \*STDOUT;
|
$self->{fh_out} = exists($opt->{fh_out}) ? $opt->{fh_out} : \*STDOUT;
|
||||||
|
|
Loading…
Reference in New Issue