BackupPC-users

Re: [BackupPC-users] Need help on scheduling, full backups and excluding directories

2009-10-09 14:15:18
Subject: Re: [BackupPC-users] Need help on scheduling, full backups and excluding directories
From: Anand Gupta <anandiwp AT gmail DOT com>
To: Adam Goryachev <mailinglists AT websitemanagers.com DOT au>
Date: Fri, 09 Oct 2009 23:41:20 +0530
-------- Original Message  --------
Subject: Re: [BackupPC-users] Need help on scheduling,    full backups and excluding directories
From: Adam Goryachev <mailinglists AT websitemanagers.com DOT au>
To: anandiwp AT gmail DOT com, General list for user discussion, questions and support <backuppc-users AT lists.sourceforge DOT net>
Date: Wed Oct  7 04:05:36 2009
Anand Gupta wrote:
Hi,

I have a backuppc installation, where i have a few problems.

1. Scheduling: We wish to schedule the clients backup only after
11:00am, and till 07:00pm. Further we want to keep only 1 full backup,
and 5 incremental backups for each weekday. I know having 1 full
backup is bad, but thats how the management wants it. This is how i
have setup in the config.pl file

$Conf{WakeupSchedule} = [11,12,13,14,15,16,17,18,19];
          
You most likely want to update this as follows:

$Conf{WakeupSchedule} = [20, 11,12,13,14,15,16,17,18,19];

Also set the blackout schedule from 19 to 10.5

Reason: The first value for WakeupSchedule is when the nighlty (daily)
work/cleanup is done, including reading through the entire pool to
delete files no longer required. If this is done at the same time as
your backups it will drastically slow down the backups.
Setting the blacout schedule will stop any backups starting at 20 or
19. Also, consider that a backup starting at 18 may not actually
complete before 19.
  
Thanks, i am going to try this out. I understand the backup started at 19:00 might not complete by 20:00, but thats ok since anyways by then all the machines would be shutdown.

--
Thanks and Regards,

Anand
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
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/