Christian Völker wrote:

> I have a global option in the config.pl:
> $Conf{RsyncShareName}= ['/','/boot'];
>
> Rsync is configured with the '--one-filesystem'.
>
> So my rsync hosts are backed up including / and /boot. Fine
>
> On some hosts there are some more shares to backup i.e. /srv/ftp.
>
> What is the right statement in the hosts.pl file?
> $Conf{RsyncShareName}= ['/','/boot','/srv/ftp'];
> or
> $Conf{RsyncShareName}= '/srv/ftp';
>
> In other words: will this value be overwritten or will it be added?

It's an override.

Nils Breunese.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to