Re: [BackupPC-users] Backuppc only works from the command line

2009-12-16 Thread Chris Robertson
M. Sabath wrote:
 Hello all,

 I use backuppc on Debian 5.
 Since I upgraded from Debian 4 to Debian 5 backuppc doesn't run
 automatically.

 Our server runs only during daytime between 7am and 19 pm
   

Let me see if I have this right...  Your server is only powered on from 
7 am to 7 pm...

 From the command line all works fine.

 Using backuppc with Debian 4.0 all worked fine.

 What am I doing wrong?


 Thank you

 Markus


 --


 Here are some configuration entries of my config.pl which might be
 interesting:

 $Conf{WakeupSchedule} = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
 15, 16, 17, 18, 19, 20, 21, 22, 23];


 $Conf{FullPeriod} = 6.97;
 $Conf{IncrPeriod} = 0.97;

 $Conf{FullKeepCnt} = [3,1,1];

 $Conf{BackupsDisable} = 0;

 $Conf{BlackoutPeriods} = [
 {
   hourBegin =  7.0,
   hourEnd   = 19.5,
   

...your blackout period covers that whole time...

   weekDays  = [1, 2, 3, 4, 5],
   

...at least on the week days, and you are wondering why BackupPC is not 
working automatically?

 },
 ];
   

Let me know if my understanding is not correct.  Otherwise, I'd suggest 
reading the fine manual: 
http://backuppc.sourceforge.net/faq/BackupPC.html#item__conf_blackoutperiods_

Chris


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-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/


Re: [BackupPC-users] Backuppc only works from the command line

2009-12-16 Thread M. Sabath
Am Mittwoch, den 16.12.2009, 11:27 -0900 schrieb Chris Robertson:
 M. Sabath wrote:
  Hello all,
 
  I use backuppc on Debian 5.
  Since I upgraded from Debian 4 to Debian 5 backuppc doesn't run
  automatically.
 
  Our server runs only during daytime between 7am and 19 pm

 
 Let me see if I have this right...  Your server is only powered on from 
 7 am to 7 pm...
 
  From the command line all works fine.
 
  Using backuppc with Debian 4.0 all worked fine.
 
  What am I doing wrong?
 
 
  Thank you
 
  Markus
 
 
  --
 
 
  Here are some configuration entries of my config.pl which might be
  interesting:
 
  $Conf{WakeupSchedule} = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
  15, 16, 17, 18, 19, 20, 21, 22, 23];
 
 
  $Conf{FullPeriod} = 6.97;
  $Conf{IncrPeriod} = 0.97;
 
  $Conf{FullKeepCnt} = [3,1,1];
 
  $Conf{BackupsDisable} = 0;
 
  $Conf{BlackoutPeriods} = [
  {
  hourBegin =  7.0,
  hourEnd   = 19.5,

 
 ...your blackout period covers that whole time...
 
  weekDays  = [1, 2, 3, 4, 5],

 
 ...at least on the week days, and you are wondering why BackupPC is not 
 working automatically?
 
  },
  ];

 
 Let me know if my understanding is not correct.  Otherwise, I'd suggest 
 reading the fine manual: 
 http://backuppc.sourceforge.net/faq/BackupPC.html#item__conf_blackoutperiods_
 
 Chris
 



Hello Chris,

yes you are rigth.
So i have to disable the blackout period.

Is this possible?
Otherwise I will set it to a time where our server is off.

Thank you 

MArkus


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-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/