[BackupPC-users] backuppc not able to change schedule time

2013-06-12 Thread niraj_vara
Hi I got your point that WakeupSchedule is a global variable. but what I want to take a backup of one PC at 12 pm. How I solved that by using the BlackoutPeriods +-- |This was sent by niraj.v...@gmail.com via Backup C

Re: [BackupPC-users] R: Re: Different schedule for every module

2013-06-12 Thread Les Mikesell
On Wed, Jun 12, 2013 at 9:24 AM, absolutely_f...@libero.it 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', > #'mys

[BackupPC-users] R: Re: Different schedule for every module

2013-06-12 Thread absolutely_f...@libero.it
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} = 'XXX'; $Conf

Re: [BackupPC-users] backuppc not able to change schedule time

2013-06-12 Thread Bowie Bailey
On 6/12/2013 2:31 AM, niraj_vara wrote: > Hi > >I have configured the backuppc in centos. In that In main config.pl file > having the schedule time is > $Conf{WakeupSchedule} = [18]; > > so all the backup of pcs started at 18 pm. > > Now I wanted to change the schedule time of one pc. > > So