BackupPC-users

Re: [BackupPC-users] Host groups

2010-06-10 06:29:32
Subject: Re: [BackupPC-users] Host groups
From: "B. Alexander" <storm16 AT gmail DOT com>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Thu, 10 Jun 2010 06:27:36 -0400
(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 <lesmikesell AT gmail DOT 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
   lesmikesell AT gmail DOT 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 AT lists.sourceforge DOT 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 AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/
<Prev in Thread] Current Thread [Next in Thread>