Bacula-users

[Bacula-users] Custom Schedule Question

2010-06-25 07:10:55
Subject: [Bacula-users] Custom Schedule Question
From: bwellsnc <bwellsnc AT gmail DOT com>
To: bacula-users <bacula-users AT lists.sourceforge DOT net>
Date: Fri, 25 Jun 2010 07:06:32 -0400
Hi,   I am wondering if I can do a custom schedule that runs my backups between 1:00 am and 5:00 am.  I have a few processes that I just need to backup at this times on a daily basis and I don't want to run them all day incrementally.  Will I basically have todo this:

Schedule {
  Name = "servername"
  Run = Level=Incremental Pool=servername-full mon-sat at 1:10
  Run = Level=Incremental Pool=servername-full mon-sat at 2:10
  Run = Level=Incremental Pool=servername-full mon-sat at 3:10
  Run = Level=Incremental Pool=servername-full mon-sat at 4:10
  Run = Level=Incremental Pool=servername-full mon-sat at 5:10
}


Or is there a call to run them like this:

Run = Level=Incremental Pool=servername-full hourly at 0:10 between 1:00 - 5:00

Thanks!


------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Bacula-users] Custom Schedule Question, bwellsnc <=