On Thursday 17 May 2007 10:41:04 am Marcos Fco. A. Silva wrote:

> I’ve been thinking that the backups must be made in the following way:
>
> Example:
>
> The full backup to run on 1st Saturday of the month;
> The differential backup to run on 3rd Saturday of the month;
> The incremental backup to run everyday from Monday to Friday;

Bacula is certainly flexible enough to do this.

> How many cartridges do I need for each server?

We can't answer that question.  There's lots of factors here that you don't 
provide the information for.  To figure it out for yourself you need to 
consider:

What is the capacity of the tapes and how much data you're backing up?
Note that you're unlikely to get tapes that are COMPLETELY full from any 
backup you do.  It'll get them as full as possible before moving on to the 
next one.

For the incremental backups, how much data changes each day?

For the differentials, about how much data changes after around 2 weeks?

Hopefully you can check logs or notes to figure out the answers to those 
questions.

> How do I make the configuration of schedule into the bacula-dir file?

Schedule {
        Name = "Marcos Schedule"
        Run = Full 1st Sat at 20:05
        Run = Differential 3rd Sat at 20:05
        Run = Incremental Mon Tue Wed Thu Fri at 20:05
}

You can copy/paste that right into your bacula-dir.conf file.  Of course, you 
can pick your own name and times, but that ought to get you started.

> The point is I don’t understand how to do.

I hope that my example above gives you some insight into how it works so that 
you understand it for yourself in the future.

Good luck!

-- 
-- Flak Magnet (Tim)
www.flakmagnet.com

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to