Don't backup /backup.

This commit is contained in:
hjp 2007-06-18 19:43:53 +00:00
parent 00d6862522
commit f087e0f535
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ sub new {
'./proc' => 1,
'./sys' => 1,
'./nfs' => 1,
'./backup' => 1,
};
$self->{charset} = 'utf-8';
$self->{fh_out} = exists($opt->{fh_out}) ? $opt->{fh_out} : \*STDOUT;