BackupPC-users

Re: [BackupPC-users] Different Schedule for Weekends?

2015-04-18 09:51:03
Subject: Re: [BackupPC-users] Different Schedule for Weekends?
From: Marios Zindilis <marios AT zindilis DOT com>
To: cvoelker AT knebb DOT de, "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Sat, 18 Apr 2015 16:19:04 +0300
Perhaps BlackoutPeriods is more suitable for your needs? I see that the example in the documentation of that parameter is more or less fitting for your case:

   $Conf{BlackoutPeriods} = [
        {
            hourBegin =>  7.0,
            hourEnd   => 19.5,
            weekDays  => [1, 2, 3, 4, 5],
        },
   ];


If you want full backups to take place on the weekends, you can define the period for them at 7 days, and then manually trigger a full backup on a Saturday. The consequent full backups should automatically happen every Saturday after that.

On Sat, Apr 18, 2015 at 12:46 PM, Christian Völker <chrischan AT knebb DOT de> wrote:
Hi all,

I am aware of the schedule timer. So usually I do configure it here so BackupPC does not perform backups at daytime. This would decrease performance for the users. $Conf{WakeupSchedule} is configured  for

But on weekends no one is working here and I would not mind Backups being scheduled mor frequently in order to get all (especially full) backups done during weekends.

Is there a way to do this? BackupPC 3.x

Greetings

Christian




------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/




--
Marios Zindilis
------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/
<Prev in Thread] Current Thread [Next in Thread>