Re: [Bacula-users] Question regarding concurrency and disk usage - Answer to 2nd issue

2006-06-27 Thread Christoff Buch
Hi Orallo, I guess by "rotate" you mean reusing tapes, i.e. overwriting it (them), say after a week, with the new backup, right? In my expierience this can be done most comfortably by setting configuration directives in the Pool - Resource: Pool { Name = "WhattheheckdoIknow" bla

Re: [Bacula-users] Question regarding concurrency and disk usage

2006-06-27 Thread Michel Meyers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Orallo Orallo wrote: > Hi All, > > I am fairly new to Bacula and I am extremely pleased with the results we > are getting, I backup about 9GB of data over the LAN in about 25 minutes > which is extremely close in performace to the previous system we us

Re: [Bacula-users] Question regarding concurrency and disk usage - Answer to 2nd issue

2006-06-27 Thread Orallo Orallo
Hi Christoff, Thats exactly what I have on my schedule, weekly full on sunday at 22:00 (not 20:00 but thats the only difference) and the rest of days of the week (including Sat) do an incremental.  Now I rotate the backups by hand, which is not a huge deal but I wanted to know if bacula provides s

Re: [Bacula-users] Question regarding concurrency and disk usage - Answer to 2nd issue

2006-06-27 Thread Christoff Buch
In your bacula-dir.conf you can do something like this: Schedule {         Name="Somethingrelatedtoyourjob"         Run = Level=Full Pool=Weekly sun at 20:00         Run = Level=Incremental Pool=Daily mon-fri at 20:00 } You then have to rotate your Backupfile accordingly. Hope that matches what

[Bacula-users] Question regarding concurrency and disk usage

2006-06-27 Thread Orallo Orallo
Hi All,I am fairly new to Bacula and I am extremely pleased with the results weare getting, I backup about 9GB of data over the LAN in about 25 minuteswhich is extremely close in performace to the previous system we used (ntbackup) using local drives, but oh so much more reliable, stable, andall th