Frans Pop wrote:
> If I understand what you want correctly, you should just add the following
> line in client1.pl:
> $Conf{BackupFilesExclude} = [ '/proc', '/dev', '/lost+found',
'/home/excludeme' ];
Yes, you're right. But since the config file is in perl and the
$Conf{BackupFilesExclude} looks like an array variable, I was hoping I
could push my custom elements onto the original array.
I dreamt I could do something like this in the client config file:
$Conf{BackupFilesExclude} = push ( $Conf{BackupFilesExclude},
'/home/excludeme' );
> In other words, you don't "add" items to the default in a client config;
> you override (replace) the default config with items in the client config.
ok :)
PS: I did not receive this message from the mailing list. So I had to
reply from the mail I received in bcc. Sorry for top posting.
PSS: I just installed BackupPC in my small hosting company ( package
from debian etch) to use with Linux machines. I'm testing it and trying
to understand it before replacing the old backup system with BackupPC.
It looks very promising. Thumbs up to to the devs.
Greetings.
--
Sam
-------------------------------------------------------------------------
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/