Here are some example bacula configure files that will do the following:

Backup to a filesystem rather than a tape.
Create filenames in an understandable way
(monday,tuesday,...Friday,diff,full)
Never use any file but the appropiate one.
Recycle each file each time it is used again.
Allow the administrator to control which files bacula will use and how to
name them.


It will do:
Incrementals on Monday-Friday
Differential on Satuday
Full on 1st Sunday
Daily Catalog backup
Not fail to do incrementals and diffs.


For security reasons I have removed any passwords from the file.
You'll have to create your own.
Bacula wasn't designed to operate this way with file naming
but it can be done.

You will need to make a seperate job for each server you have
and define Schedule = "schedule" in each server job.
A seperate pool for each day a backup occurs (m-f,diff,full) with one
volume in each pool.
Edit the one schedule to schedule your backups.

You should get the idea from looking at this example.
:-)

Attachment: bacula-dir.conf
Description: Binary data

Attachment: bacula-sd.conf
Description: Binary data

Attachment: bacula-fd.conf
Description: Binary data

_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to