Re: [Bacula-users] Newbie Configuration Question

2006-04-17 Thread Eric Warnke
On the 132T I had to edit the mtx-changer script and change sleep 15 to wait_for_device ( documented in script ) even though the btape utility worked fine.Cheers,EricOn 4/17/06, Robert Nelson <[EMAIL PROTECTED]> wrote: Sorry I'm too poor to have an autochanger :-).  Someone else will have totake o

RE: [Bacula-users] Newbie Configuration Question

2006-04-17 Thread Robert Nelson
acula-users] Newbie Configuration Question Ok. Thanks to Robert and some more RTFM work I was able to start bacula. I now have a new issue. This is the first time running this so bacula sees that no Full backup was performed and elevates the differential to a Full. Here is what I get: *run A job name

RE: [Bacula-users] Newbie Configuration Question

2006-04-17 Thread John Boris
Ok. Thanks to Robert and some more RTFM work I was able to start bacula. I now have a new issue. This is the first time running this so bacula sees that no Full backup was performed and elevates the differential to a Full. Here is what I get: *run A job name must be specified. The defined Job reso

RE: [Bacula-users] Newbie Configuration Question

2006-04-17 Thread Robert Nelson
from a JobDefs. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Boris Sent: Monday, April 17, 2006 10:40 AM To: bacula-users@lists.sourceforge.net; Robert Nelson Subject: RE: [Bacula-users] Newbie Configuration Question OK I see where I made that mis

RE: [Bacula-users] Newbie Configuration Question

2006-04-17 Thread John Boris
OK I see where I made that mistake. I now get the following errors at startup: [EMAIL PROTECTED] bin]# ./bacula start Starting the Bacula Storage daemon Starting the Bacula File daemon Starting the Bacula Director daemon 17-Apr 13:27 bacula-dir: Fatal error: "type" directive in Job "BackupCatalog

RE: [Bacula-users] Newbie Configuration Question

2006-04-17 Thread Robert Nelson
You need to add a storage resource to bacula-dir.conf. This is the abstraction for a device controlled by a Storage Daemon. You probably want something like Storage { Name = Address = SDPort = 9103 Password = Device = Drive-0 Media Type = LTO-2 } -Original Message- From