It worked!
Thank you, I really appreciate your help.
> Il 08/02/2021 12:43 Craig Barratt ha
> scritto:
>
>
> Sorry, there was a typo in the edit I suggested. It should be:
>
>
> > > close($rs->{fh_stderr}) if ( defined($rs->{fh_stderr}) );
> >
> >
> > > Craig
Sorry, there was a typo in the edit I suggested. It should be:
close($rs->{fh_stderr}) if ( defined($rs->{fh_stderr}) );
Craig
On Mon, Feb 8, 2021 at 10:07 PM absolutely_free--- via BackupPC-users <
backuppc-users@lists.sourceforge.net> wrote:
> Hi,
>
> I changed that line according to your su
Hi,
I changed that line according to your suggestion:
close(WH);
close(FHRd);
$rs->{fh} = *FHWr;
close($rs->{fh_stderr}) if ( defined($rs->{fh_stderr} );
$rs->{fh_stderr} = undef;
anyway, now I get another error from BackupPC:
(File::RsyncP module doesn't exist)
it works fine if I commente
Can you try replacing that line 554:
close($rs->{fh_stderr});
with:
close($rs->{fh_stderr}) if ( defined($rs->{fh_stderr} );
Craig
On Sat, Feb 6, 2021 at 9:55 PM absolutely_free--- via BackupPC-users <
backuppc-users@lists.sourceforge.net> wrote:
> Hi,
>
> p5-File-RsyncP-0.76
>
>
> thank y
Hi,
p5-File-RsyncP-0.76
thank you!
> Il 06/02/2021 00:12 Craig Barratt ha
> scritto:
>
>
> What version of File::RsyncP is this?
>
> Craig
>
> On Sat, Feb 6, 2021 at 4:01 AM absolutely_free--- via BackupPC-users
> mailto:backuppc-users@lists.sourceforge.net > wrote:
>
>
What version of File::RsyncP is this?
Craig
On Sat, Feb 6, 2021 at 4:01 AM absolutely_free--- via BackupPC-users <
backuppc-users@lists.sourceforge.net> wrote:
> Hi,
>
> I am using BackupPC 3 on two FreeBSD 12.1 servers.
>
> On both servers, I am unable to run backups, I get error:
>
> Can't use