Samuel writes:

> I dreamt I could do something like this in the client config file:
> $Conf{BackupFilesExclude} = push ( $Conf{BackupFilesExclude},
> '/home/excludeme' );

While the config files are perl, the CGI editor in version 3.x
won't like having perl code, instead of constants, in the config
file.

Also, when the per-client config.pl file is parsed, the
%Conf hash is not populated with the main config.pl file.
It is merged after reading.

Craig

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to