Hi Les, thank you for your reply.
For example, I've in /etc/backuppc several .pl file, for every backuppc client. My original file is: # cat server2.mydomain.com.pl $Conf{RsyncShareName} = [ 'home', 'home2', 'mysql', 'etc', 'home3', 'home4' ]; $Conf{RsyncdPasswd} = 'XXXXXXX'; $Conf{RsyncdUserName} = 'server2'; $Conf{XferMethod} = 'rsyncd'; $Conf{PingCmd} = '/bin/true'; 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? Thank you again >----Messaggio originale---- >Da: lesmikes...@gmail.com >Data: 11/06/2013 14.32 >A: "absolutely_f...@libero.it"<absolutely_f...@libero.it>, "General list for user discussion, questions and support"<backuppc-users@lists.sourceforge.net> >Ogg: Re: [BackupPC-users] Different schedule for every module > >On Tue, Jun 11, 2013 at 6:05 AM, absolutely_f...@libero.it ><absolutely_f...@libero.it> wrote: >> Hi, >> it's possible to configure BackupPC in order to execute, for a single server, >> different module backup on different hours? >> >> For example, I would like to run backup of module "mysql" at am 4:00, module >> "www" at am 1:00, and so on > >Backuppc will schedule all the 'shares' for a host at once and run >them sequentially. However you can get the effect you want if you set >up different hosts, but point them to the same real target by setting >$ClientNameAlias to the same name or IP and adding one share to each >of them. This approach is also useful for very large targets so you >can make the full runs for different parts happen on different days. > >-- > Les Mikesell > lesmikes...@gmail.com > ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ 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/