Re: [BackupPC-users] BackupPC schedule to skip Sat & Sunday from running any backups

2013-11-20 Thread Prem
Hi Sharuzzaman ,

What value do i put for the hourBegin & hourEnd then?



 From: Sharuzzaman Ahmat Raslan 
To: Prem ; "General list for user discussion, questions 
and support"  
Sent: Wednesday, November 20, 2013 11:53 AM
Subject: Re: [BackupPC-users] BackupPC schedule to skip Sat & Sunday from 
running any backups
 


Hi Prem,

Click Edit Config, then click Schedule

Set the blackout period weekdays to 0, 6

Click the link at BlackoutPeriods to learn more




On Wed, Nov 20, 2013 at 11:31 AM, Prem  wrote:

Hi,
>
>
>I would like to skip the weekends from any backups to run. How do I set this 
>in the blackout or other options?
>
>
>I tried 0 & 0 in the start/end of the blackout option but it did work.
>
>
>Appreciate the assistance.
>--
>Shape the Mobile Experience: Free Subscription
>Software experts and developers: Be at the forefront of tech innovation.
>Intel(R) Software Adrenaline delivers strategic insight and game-changing
>conversations that shape the rapidly evolving mobile landscape. Sign up now.
>http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
>___
>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/
>
>


-- 
Sharuzzaman Ahmat Raslan --
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk___
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 schedule to skip Sat & Sunday from running any backups

2013-11-20 Thread Prem
Hi Holger,

Yes 0 to 24 hrs is what I meant. What actual settings i need to do so that it 
does not backup on saturday and sunday?



 From: Holger Parplies 
To: Prem ; "General list for user discussion, questions 
and support"  
Cc: Sharuzzaman Ahmat Raslan  
Sent: Thursday, November 21, 2013 2:46 AM
Subject: Re: [BackupPC-users] BackupPC schedule to skip Sat & Sunday from 
running any backups
 

Hi,

Prem wrote on 2013-11-19 20:49:40 -0800 [Re: [BackupPC-users] BackupPC schedule 
to skip Sat & Sunday from running any backups]:
> Actually I tried various options but it somehow runs :(

$Conf {BlackoutGoodCnt} ? You have, of course, read the comments in config.pl
about how BlackoutGoodCnt, BlackoutBadPingLimit and BlackoutPeriods work
together ...

> Tried 0, 24;  24, 24;  23:59, 0; etc
> 
> The default as per your suggestion would be 0, 0, [...]

That doesn't make much sense. The code checking the blackouts is bound to be
implemented in terms of ">=" and "<=" (possibly without the "="). Explicitly
*not* looking at the code, I would expect any of the following to work


    0, 24
    -1, 25
    -1000, 1000

(of which only the first makes any sense). A range with start == end would in
any case be ambiguous. Do you mean 0 minutes or 24 hours?

Regards,
Holger--
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk___
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 schedule to skip Sat & Sunday from running any backups

2013-11-20 Thread Holger Parplies
Hi,

Prem wrote on 2013-11-19 20:49:40 -0800 [Re: [BackupPC-users] BackupPC schedule 
to skip Sat & Sunday from running any backups]:
> Actually I tried various options but it somehow runs :(

$Conf {BlackoutGoodCnt} ? You have, of course, read the comments in config.pl
about how BlackoutGoodCnt, BlackoutBadPingLimit and BlackoutPeriods work
together ...

> Tried 0, 24;  24, 24;  23:59, 0; etc
> 
> The default as per your suggestion would be 0, 0, [...]

That doesn't make much sense. The code checking the blackouts is bound to be
implemented in terms of ">=" and "<=" (possibly without the "="). Explicitly
*not* looking at the code, I would expect any of the following to work

0, 24
-1, 25
-1000, 1000

(of which only the first makes any sense). A range with start == end would in
any case be ambiguous. Do you mean 0 minutes or 24 hours?

Regards,
Holger

--
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
___
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 schedule to skip Sat & Sunday from running any backups

2013-11-20 Thread Prem


Hi,

I would like to skip the weekends from any backups to run. How do I set this in 
the blackout or other options?

I tried 0 & 0 in the start/end of the blackout option but it did work.

Appreciate the assistance.--
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk___
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 schedule to skip Sat & Sunday from running any backups

2013-11-19 Thread Prem
Actually I tried various options but it somehow runs :(

Tried 0, 24;  24, 24;  23:59, 0; etc

The default as per your suggestion would be 0, 0, which I have tried before but 
I can try again. In the meantime, do share if you have figured out something. 
Thank you.



 From: Sharuzzaman Ahmat Raslan 
To: Prem  
Cc: "General list for user discussion, questions and support" 
 
Sent: Wednesday, November 20, 2013 12:16 PM
Subject: Re: [BackupPC-users] BackupPC schedule to skip Sat & Sunday from 
running any backups
 


Hi Prem,

0.1 and 23.9 maybe?

equivalent to 12.06 AM, and 11.54 PM. you will have a gap of about 12 minutes 
there




On Wed, Nov 20, 2013 at 11:57 AM, Prem  wrote:

Hi Sharuzzaman ,
>
>
>What value do i put for the hourBegin & hourEnd then?
>
>
>
>
> From: Sharuzzaman Ahmat Raslan 
>To: Prem ; "General list for user discussion, questions 
>and support"  
>Sent: Wednesday, November 20, 2013 11:53 AM
>Subject: Re: [BackupPC-users] BackupPC schedule to skip Sat & Sunday from 
>running any backups
> 
>
>
>Hi Prem,
>
>Click Edit Config, then click Schedule
>
>Set the blackout period weekdays to 0, 6
>
>Click the link at BlackoutPeriods to learn more
>
>
>
>
>On Wed, Nov 20, 2013 at 11:31 AM, Prem  wrote:
>
>Hi,
>>
>>
>>I would like to skip the weekends from any backups to run. How do I set this 
>>in the blackout or other options?
>>
>>
>>I tried 0 & 0 in the start/end of the blackout option but it did work.
>>
>>
>>Appreciate the assistance.
>>--
>>Shape the Mobile Experience: Free Subscription
>>Software experts and developers: Be at the forefront of tech innovation.
>>Intel(R) Software Adrenaline delivers strategic insight and game-changing
>>conversations that shape the rapidly evolving mobile landscape. Sign up now.
>>http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
>>___
>>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/
>>
>>
>
>
>-- 
>Sharuzzaman Ahmat Raslan 
>
>


-- 
Sharuzzaman Ahmat Raslan --
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk___
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 schedule to skip Sat & Sunday from running any backups

2013-11-19 Thread Sharuzzaman Ahmat Raslan
Hi Prem,

0.1 and 23.9 maybe?

equivalent to 12.06 AM, and 11.54 PM. you will have a gap of about 12
minutes there


On Wed, Nov 20, 2013 at 11:57 AM, Prem  wrote:

> Hi Sharuzzaman ,
>
> What value do i put for the hourBegin & hourEnd then?
>
>   --
>  *From:* Sharuzzaman Ahmat Raslan 
> *To:* Prem ; "General list for user discussion,
> questions and support" 
> *Sent:* Wednesday, November 20, 2013 11:53 AM
> *Subject:* Re: [BackupPC-users] BackupPC schedule to skip Sat & Sunday
> from running any backups
>
> Hi Prem,
>
> Click Edit Config, then click Schedule
>
> Set the blackout period weekdays to 0, 6
>
> Click the link at BlackoutPeriods to learn more
>
>
> On Wed, Nov 20, 2013 at 11:31 AM, Prem  wrote:
>
> Hi,
>
> I would like to skip the weekends from any backups to run. How do I set
> this in the blackout or other options?
>
> I tried 0 & 0 in the start/end of the blackout option but it did work.
>
> Appreciate the assistance.
>
>
> --
> Shape the Mobile Experience: Free Subscription
> Software experts and developers: Be at the forefront of tech innovation.
> Intel(R) Software Adrenaline delivers strategic insight and game-changing
> conversations that shape the rapidly evolving mobile landscape. Sign up
> now.
> http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
> ___
> 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/
>
>
>
>
> --
> Sharuzzaman Ahmat Raslan
>
>
>


-- 
Sharuzzaman Ahmat Raslan
--
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk___
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 schedule to skip Sat & Sunday from running any backups

2013-11-19 Thread Sharuzzaman Ahmat Raslan
Hi Prem,

Click Edit Config, then click Schedule

Set the blackout period weekdays to 0, 6

Click the link at BlackoutPeriods to learn more


On Wed, Nov 20, 2013 at 11:31 AM, Prem  wrote:

> Hi,
>
> I would like to skip the weekends from any backups to run. How do I set
> this in the blackout or other options?
>
> I tried 0 & 0 in the start/end of the blackout option but it did work.
>
> Appreciate the assistance.
>
>
> --
> Shape the Mobile Experience: Free Subscription
> Software experts and developers: Be at the forefront of tech innovation.
> Intel(R) Software Adrenaline delivers strategic insight and game-changing
> conversations that shape the rapidly evolving mobile landscape. Sign up
> now.
> http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
> ___
> 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/
>
>


-- 
Sharuzzaman Ahmat Raslan
--
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk___
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/


[BackupPC-users] BackupPC schedule to skip Sat & Sunday from running any backups

2013-11-19 Thread Prem
Hi,

I would like to skip the weekends from any backups to run. How do I set this in 
the blackout or other options?

I tried 0 & 0 in the start/end of the blackout option but it did work.

Appreciate the assistance.--
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk___
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/