Re: [Bacula-users] backup to multiple disks

2013-05-28 Thread Dimitri Maziuk
On 05/28/2013 04:05 PM, Josh Fisher wrote: > ... > The point is to allow multiple jobs to run in parallel, even when all > jobs are writing to the save bacula-dir.conf Device ... Well, it still doesn't make much sense to me, but whatever, clearly it's not what I'm looking for. > For removable d

Re: [Bacula-users] Offsite Backups, make sure the tape has full backup.

2013-05-28 Thread Phil Stracchino
On 05/28/13 16:10, dweimer wrote: > I am looking to configure a Bacula installation to use a monthly full, > weekly differential, and daily incremental to a file pool. I will have > the required disk space to keep 3 months of these online for restores. > And will be keeping tapes offsite for a

Re: [Bacula-users] Help for an Intern!

2013-05-28 Thread Phil Stracchino
On 05/28/13 15:47, Christina Murphy wrote: > Hey there, > > I was hoping to get some simple help with configuring the > bacula-dir.conf file. I'm an intern with a computer forensics company > and as my employers are busy with their new business, they have tasked > me with familiarizing myself wit

Re: [Bacula-users] Help for an Intern!

2013-05-28 Thread Ana Emília Machado de Arruda
This is not a bug, but there is an explanation about this error at http://bugs.bacula.org/view.php?id=1945 I will paste it here if you are not able to browse it: bat:ABORTING due to ERROR in console/console.cpp:157 Failed to connet to bacula-dir for populatelists. when connecting Bacula Admin Too

Re: [Bacula-users] backup to multiple disks

2013-05-28 Thread Josh Fisher
On 5/28/2013 3:09 PM, Dimitri Maziuk wrote: > On 05/28/2013 01:41 PM, Kern Sibbald wrote: >> I am wondering why and how you come up with ideas >> that don't correspond to what Bacula actually does. > Perhaps because all I know about what Bacula actually does is what I > read in the manual. (Don't

[Bacula-users] Help for an Intern!

2013-05-28 Thread Christina Murphy
Hey there, I was hoping to get some simple help with configuring the bacula-dir.conf file. I'm an intern with a computer forensics company and as my employers are busy with their new business, they have tasked me with familiarizing myself with Bacula and learning how to run it. My boss had it mo

[Bacula-users] Offsite Backups, make sure the tape has full backup.

2013-05-28 Thread dweimer
I am looking to configure a Bacula installation to use a monthly full, weekly differential, and daily incremental to a file pool. I will have the required disk space to keep 3 months of these online for restores. And will be keeping tapes offsite for a longer period of time. What I would lik

Re: [Bacula-users] backup to multiple disks

2013-05-28 Thread Kern Sibbald
Sorry, I am off on vacation now for several weeks. I am sure the list can help you. A Bacula device does not hold Volumes rather it can "mount" (use) every Volume one at a time in the Archive Device directory you specify. The number is limited only by the number of files the filesystem permits a

Re: [Bacula-users] backup to multiple disks

2013-05-28 Thread Dimitri Maziuk
On 05/28/2013 01:41 PM, Kern Sibbald wrote: > I am wondering why and how you come up with ideas > that don't correspond to what Bacula actually does. Perhaps because all I know about what Bacula actually does is what I read in the manual. (Don't get me wrong, it's no worse than the manuals I write

Re: [Bacula-users] backup to multiple disks

2013-05-28 Thread Kern Sibbald
I am wondering why and how you come up with ideas that don't correspond to what Bacula actually does. It is very unfortunate, because it seems that this is causing you lots of problems you should not have. Every Device resource that is referenced by a virtual Autochanger resource in bacula-sd.con

Re: [Bacula-users] backup to multiple disks

2013-05-28 Thread Dimitri Maziuk
On 05/27/2013 03:43 AM, Radosław Korzeniewski wrote: ... If you will use Bacula Autochanger then you can get > automatic Bacula Device selection. That's exactly the problem: "virtual autochanger" as described by Kern automatically selects the first Device and stops there. It doesn't *change* Devi

Re: [Bacula-users] Director not open port 9101

2013-05-28 Thread John Drescher
On Tue, May 28, 2013 at 10:51 AM, stepanoff wrote: > DirAddress always different If you have not fixed this by now I would just kill bacula-dir and run it from the terminal with the parameter -d 100 to see if any debug info is printed to help out. John --

[Bacula-users] Director not open port 9101

2013-05-28 Thread stepanoff
DirAddress always different +-- |This was sent by alx.stepan...@gmail.com via Backup Central. |Forward SPAM to ab...@backupcentral.com. +-- ---

[Bacula-users] fixup_device_block_write_error

2013-05-28 Thread le dahut
Hi, I have an error I do not understand, what means : 26-May-2013 21:57:33 127.0.0.1-sd: device.c:100-148 === Enter fixup_device_block_write_error ? Regards, KT -- Try New Relic Now & We'll Send You this Cool Shirt

Re: [Bacula-users] watch dog kills running jobs

2013-05-28 Thread Mihai Sătmărean
Thank you for the answers, splitting is not an option since there will be more like this I think modifying bacula code would be the go. As for the devs, they could implement an estimation say 24TB in relation with 80M/s spooling and writing and so on, and then is way over 6 days. And then call t

Re: [Bacula-users] watch dog kills running jobs

2013-05-28 Thread Rao, Uthra R. (GSFC-672.0)[ADNET SYSTEMS INC]
I had the exact same issue and fixed it by changing the source code and re-compiling Bacula: Bacula version 5.2.12 and modify the source code as follows: 1) src/lib/bnet.c (changed 6 days to 60 days) bsock->timeout = 60 * 60 * 60 * 24; /* 60 days timeout */ bsock->set_jcr(jcr); return b

Re: [Bacula-users] watch dog kills running jobs

2013-05-28 Thread Radosław Korzeniewski
Hello, 2013/5/28 Konstantin Khomoutov > On Tue, 28 May 2013 10:37:33 +0200 > Mihai Sătmărean wrote: > > > lately we try to save on tapes arount 22 TB, and after 6 days and s > > 14-May 18:39 de001bs002-dir JobId 818: Error: Watchdog sending kill > > after 518425 secs to thread stalled reading F

Re: [Bacula-users] watch dog kills running jobs

2013-05-28 Thread Konstantin Khomoutov
On Tue, 28 May 2013 10:37:33 +0200 Mihai Sătmărean wrote: > lately we try to save on tapes arount 22 TB, and after 6 days and s > 14-May 18:39 de001bs002-dir JobId 818: Error: Watchdog sending kill > after 518425 secs to thread stalled reading File daemon. 14-May 18:39 > de001bs002-dir JobId 818:

[Bacula-users] watch dog kills running jobs

2013-05-28 Thread Mihai Sătmărean
Hi all, lately we try to save on tapes arount 22 TB, and after 6 days and s 14-May 18:39 de001bs002-dir JobId 818: Error: Watchdog sending kill after 518425 secs to thread stalled reading File daemon. 14-May 18:39 de001bs002-dir JobId 818: Fatal error: Network error with FD during Backup: ERR=I