Bacula-users

Re: [Bacula-users] Running Jobs every 10 minutes

2008-07-08 15:13:18
Subject: Re: [Bacula-users] Running Jobs every 10 minutes
From: "John Drescher" <drescherjm AT gmail DOT com>
To: rperezm AT uci DOT cu
Date: Tue, 8 Jul 2008 15:13:12 -0400
On Tue, Jul 8, 2008 at 2:35 PM, Reynier Pérez Mira <rperezm AT uci DOT cu> 
wrote:
> Hi list:
> I have Bacula installed in my PC to test some things and also for
> develop sfWebacula. I'm trying to run a Job every 10 minutes in my home
> folder and I'm asking what of this two ways is the correct:
>
> 1)
> Schedule {
>  Name = "DailyCycle"
>  Run = Level=Incremental hourly at 0:05
>  Run = Level=Incremental hourly at 0:15
>  Run = Level=Incremental hourly at 0:25
>  Run = Level=Incremental hourly at 0:35
>  Run = Level=Incremental hourly at 0:45
>  Run = Level=Incremental hourly at 0:55
>
>  Run = Level=Full sun at 12:00am
> }
>
> 2)
> Schedule {
>  Name = "DailyCycle"
>  Run = Level=Incremental hourly at 0:05
>  Run = Level=Full sun at 12:00am
> }
>
> Waiting for your comments
> -
The first is correct. The second would be only 1 incremental per hour.
Are you sure the incremental is guaranteed to be done in 10 minutes?
On  top of that this seems like the pc will be tied up constantly
thrashing to find out the few files that have changed in ten minutes
and making it difficult to use because the hard drive would be always
in use...

John
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
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>