Hi, maybe the $ClientNameAlias function it's a bit unclear to me; I notice that now I've two separated folder in /var/lib/backuppc/pc So I've two pool of file for two modules of same server. It's correct? Thank you again
>----Messaggio originale---- >Da: [email protected] >Data: 12/06/2013 16.57 >A: "[email protected]"<[email protected]>, "General list for user discussion, questions and support"<[email protected]> >Ogg: Re: [BackupPC-users] R: Re: Different schedule for every module > >On Wed, Jun 12, 2013 at 9:24 AM, [email protected] ><[email protected]> wrote: >> >> For example, I've in /etc/backuppc several .pl file, for every backuppc >> client. >> >> Should I add server2b.mydomain.com.pl and put this (only for module "home")? >> >> $Conf{RsyncShareName} = [ >> 'home', >> # 'home2', >> #'mysql', >> #'etc', >> #'home3', >> #'home4' >> ]; >> $Conf{RsyncdPasswd} = 'XXXXXXX'; >> $Conf{RsyncdUserName} = 'server2'; >> $Conf{XferMethod} = 'rsyncd'; >> $Conf{PingCmd} = '/bin/true'; >> $ClientNameAlias = 'server2.mydomain.com' >> >> and >> >> server2c.mydomain.com.pl (only for module "home2")? >> >> $Conf{RsyncShareName} = [ >> #'home', >> 'home2', >> #'mysql', >> #'etc', >> #'home3', >> #'home4' >> ]; >> $Conf{RsyncdPasswd} = 'XXXXXXX'; >> $Conf{RsyncdUserName} = 'server2'; >> $Conf{XferMethod} = 'rsyncd'; >> $Conf{PingCmd} = '/bin/true'; >> $ClientNameAlias = 'server2.mydomain.com' >> >> ..and so on? > >Yes, that should work - if you are sure you really need to control the >timing separately - you might be able to group at least some of the >shares. And, I'd normally use the web interface for that kind of >change. If you use the NEWHOST=OLDHOST syntax when adding the new >instances it will copy the original so you don't have to edit much. > >-- > Les Mikesell > [email protected] > ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
