Hello,

On 1/26/2006 2:44 PM, Ralf Gross wrote:
Ralf Gross schrieb:

at the moment I'm building the config for 2 servers. One should be
backed up regularly, full on saturday, incremental mon-fri.
Additionally I'd like to keep one full backup of each month for one
year in a safe offside the office. [snip]
Schedule {
 Name = "BangWeeklyCycle"
 Run = Full sat at 19:30
 Run = Incremental mon-fri at 18:45
}
[snip] Now, I've still some questions.

* should I use two separate pools for the full/inc. backups? This
 would mean that I need more tapes, but this my have other
 advantages.

Well, I would do it as the incremental backups will (typically) expire before the full ones, so you don't have to store tapes with "holes" on them. Might save some tapes in the long run.


Searched the list an found something similar. I thinks this would fit
my needs - if I create the BangArchive pool as type archive. But this
option is marked as not yet implemented in the manual.

Never tried this. But I guess that Bacula currently simply ignores pools marked as archive, and then this wouldn't help you.

Run = Level=Full Pool=BangArchive 1st sat at 19:30
Run = Level=Full Pool=BangWeekly 2nd-5th sat at 19:30
Run = Level=Incremental Pool=BangWeekly mon-fri at 18:45

I tried to change the state of a tape to archive with bconsole
(update), which might be an alternative instead of 2 different pools
for the full backups.
This seems to have worked. At least 'list volumes' shows the achive
flag. Now I'm a bit confused, because this is marked as not
implemented too.

Well, the status can be set, but neither does Bacula that automatically depending on your setup, nor does Bacula do anything useful with these volumes - they simply exist in the catalog, and are never considered for writing. I don't know if they are pruned, though.

Anyway, setting them to status "Archive" either manually or using a script should do what you need - it marks them as unavailable for Bacula, and you can easily track them in the catalog.

Arno

ralf

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users


--
IT-Service Lehmann                    [EMAIL PROTECTED]
Arno Lehmann                  http://www.its-lehmann.de


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to