Hi!
First of all - nice program!
But I quickly got annoyed that it drops the logfiles (for
list/extract/etc.) all over the filesystem (that is always in the
current working directory).
Therefore I just applied some small changes, so that every log is put
into the specified logdirectory.
Please excuse my (maybe) dilletantic approach; I never used
perl before :-)
--
Cu,
Robert
3666c3666
< my $ver = ' $Name: v1_2_1_1 $ ';
---
> my $ver = ' $Name: v1_2_1 $ ';
4100c4100
< $::logtrunk = "flexbackup.$op." . ¤t_time('numeric') . ".log";
---
> $::log = "flexbackup.$op." . ¤t_time('numeric') . ".log";
4102c4102
< $::logtrunk = "flexbackup.$op.log";
---
> $::log = "flexbackup.$op.log";
4105d4104
< $::log = "$cfg::logdir/$::logtrunk";
4107c4106
< $::log = "$cfg::tmpdir/$::logtrunk";
---
> $::log = "$cfg::tmpdir/$::log";