Re: [BackupPC-devel] 3.0.0 minor bug

2007-10-10 Thread Craig Barratt
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

[BackupPC-devel] 3.0.0 minor bug

2007-10-10 Thread Stephen Joyce
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