(Damn, I thought I had posted it to the list, but I can't find it)
I was thinking about setting up something like this by editing the config.cf.
I was more concerned with dividing by distribution, but I guess you could do
it by function. What I was thinking of doing is setting a variable that
contains the directories to back up, for instance,
$Dirs{Debian} = [ '/var/backups', '/var/cache/apt', '/var/lib/apt',
'/var/lib/dpkg' ];
Then in the individual files, referring to $Dirs{Debian} within
$Conf{RsyncShareName} for each host. You could easily set up something like
$Dirs{WebServer} or $Dirs{DbServer} or $Dirs{WorkStation} or whatever.
(Forgive any syntax errors which may have crept in, my perl-foo sucks.
In any case, I was told that something like this should work.
HTH,
--b
2010/6/10 Les Mikesell <lesmikes...@gmail.com>
> Tóth Andor wrote:
> > Hello,
> >
> >
> >
> > I’d like to make host groups, and set configuration according to group
> > membership (e.g.: webservers, databases). I have made a workaround by
> > creating symlinks for host configurations, but does BackupPC have some
> > built in solutions for this?
> >
>
> The closest thing is the ability to copy an existing configuration with the
> new=old syntax when you add a new host through the web interface.
> Unfortunately
> it doesn't help if you want to change a setting across a group of machines
> later.
>
> --
> Les Mikesell
> lesmikes...@gmail.com
>
>
>
>
> ------------------------------------------------------------------------------
> ThinkGeek and WIRED's GeekDad team up for the Ultimate
> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
> lucky parental unit. See the prize list and enter to win:
> http://p.sf.net/sfu/thinkgeek-promo
> _______________________________________________
> 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/
>
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
lucky parental unit. See the prize list and enter to win:
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
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/