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
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