On Jan 9, 2008 5:46 PM, Mario Silva Borrego <[EMAIL PROTECTED]> wrote:
> Hey guys:
>
> I am complety new in this with Bacula
> I've done some successful test with this great software.
>
> Currently I am using Amanda in production environment and works great
> but I have and issue backing up mail, so Bacula is in test phase only
> for the email server. Bacula had made much faster the full backups and I
> have more control when to start incremental and full backups.
>
> The question is, how can I set up 1 week of backups with this schedule:
>
> Fri: Full
> Sun-Th: Incrementals
>
>



I think this will work:

Schedule {
  Name = "WeeklyCycle"
  Run = Level=Full fri at 2:05
  Run = Level=Incremental sat-thu at 2:05
}

See here: 
http://www.bacula.org/rel-manual/Configuring_Director.html#SECTION001450000000000000000

John

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to