Stephen,
> The following change fixes this bug. Removing all RsyncRestoreArgs
> via the CGI correctly sets "$Conf{RsyncRestoreArgs} = undef;".
Thanks. This will make it into 3.1.0.
Craig
-
This SF.net email is sponsored by
Franky writes:
> I'm new to the code and the program, but I already like it a lot :-)
>
> I've browsed a bit through the code and found that an interesting
> parameter is missing: a parameter that defines the allowed periods
> for a full backup to start. It's like the blackoutperiod, but just
> no
Hi,
Ralph Passgang wrote on 09.10.2007 at 21:41:28 [[BackupPC-devel] Fwd: Re: some
small questions]:
> Am Freitag, 5. Oktober 2007 10:52:04 schrieb Franky Van Liedekerke:
> > On 10/5/07, Vincent Fleuranceau <[EMAIL PROTECTED]> wrote:
> > > [...]
> > > I disable automatic backups [... and ...]
>
To disable direct restores, the docs say to set "$Conf{RsyncRestoreArgs} =
undef;". This works great.
However you cannot do this via the CGI. It sets the value to "[]" if you
remove all of the args, and "[]" does not disable direct restores. So this
change must be made by editing the config.pl