Hi, I have two tape drives located in different machines.I have installed bacula in one machine now i need to use this configuration and take the backup of other machine in different tape drive like. I want to use only ine director and two storage daemons to send the backup to perticular ma
Hi Guys, This is first time i am trying to label a tape for my backup pools when i enter label command from b console i have added the volumename and seletected the thursdaypool for labeling then i got the following error message Connecting to Storage daemon DLT at 172.11.71103 ...Sending l
see the error.I think this may be fixed (if you can say that) in the later versions.What version are you using.On Thu, 2006-03-02 at 16:45, david robert wrote:> Hi Guys,> > This is first time i am trying to label a tape for my backup pools> when i enter label command from b console i ha
thank you Wolfgang Denk <[EMAIL PROTECTED]> wrote: In message <[EMAIL PROTECTED]> you wrote:> > This is first time i am trying to label a tape for my backup pools when i enter label command from b console i have added the volumename and seletected the thursdaypool for labeling then i got the follo
Hi Guys, I have scheduled jobs for the first time yesterday night and my storage daemon was stopped automatically i don't know why.I am have started the staorage daemon and i am checking the status using bcosole for director it is showing like this Scheduled Jobs:Level Type Pri S
thanks for oyur reply i an attaching my bacula director configuration file please help me wher it went wrongFlorian Schnabel <[EMAIL PROTECTED]> wrote: david robert wrote:> Hi Guys,> I have scheduled jobs for the first time yesterday night and my storage daemon was stopped automatic
Hi, I want to run manually today's jobs how do i do that. If i run manually now and again actual schedule is at night 11.30pm what will happen to that schedule. Thanks
Yahoo! Messenger
NEW - crystal clear PC to PC
calling worldwide with voicemail
backuptest-dir: ERROR TERMINATION at bsys.c:375bacula-dir is already running. pid=3937Check file /var/run/bacula-dir.9101.pid Gavin Conway <[EMAIL PROTECTED]> wrote: david robert wrote:> Hi,> > I want to run
manually today's jobs how do i do that.> If i run manually now and a
waiting for an appendable Volume but the process is related to director onlyArno Lehmann <[EMAIL PROTECTED]> wrote: Hello,On 3/3/2006 12:48 PM, david robert wrote:> i have started job manually and the i am checking the messages i am > getting these> > 03-Mar 11
Hi, I am starting the director it is starting fine but when i check the process it is not showing any director process. When i try to run bconsole i am getting the following error bconsole: Fatal error: bnet.c:775 Unable to connect to Director daemon on backuptest:9101. ERR=Connection
director is starting but it is not showing process is running for that there are no error messages and i have check the director file using bacula-dir no error i am out of idea here thanks for your helpDan Langille <[EMAIL PROTECTED]> wrote: On 3 Mar 2006 at 15:57, david robert
cess director is starting but it is not showing process is running for that there are no error messages and i have check the director file using bacula-dir no error i am out of idea here thanks for your helpDan Langille <[EMAIL PROTECTED]> wrote: On 3 Mar 2006 at 15:57, david robert
Hi guys,I am running debian 3.1 with adaptec scsi tape drive card and I am running bacula 1.36.2 debian package and i have configured my director,storage and fd when i try to restart the director daemon it will restart but when i went to process check it is not showing and the messages file is ha
crwxrwxrwx 1 root root 9, 0 2005-02-26 06:38 st0 out as above and thanks for your helpDan Langille <[EMAIL PROTECTED]> wrote: On 3 Mar 2006 at 19:46, david robert wrote:> Hi guys,> > I am running debian 3.1 with adaptec scsi tape drive card and I am> running bacula 1.36.2 de
Hi Guys, I am trying to install bacula and i have configured correctly.when i try to restart bacula director daemon i am getting the following error and director daemon is not starting kernel: st0: MTSETDRVBUFFER only allowed for root. Because of this error my bacula director is not st
problem and how to fix this Thanks for your helpBaptiste Malguy <[EMAIL PROTECTED]> wrote: Dan Langille a écrit :> On 6 Mar 2006 at 8:24, david robert wrote:> > >>crwxrwxrwx 1 root root 9, 0 2005-02-26 06:38 st0>>>> out as above and thanks for your help> &g
i am breaking my head for tha last two days and until now no solution for this from my side thank you very much guys i would really appriciate if any one can give me some direction to fix this Martin Simmons <[EMAIL PROTECTED]> wrote: >>>>> On Mon, 6 Mar 2006 11:59:
Hi, Finally i have installed and bacula is running and i have configured director.Now i want to check my bacula is working or not with scheduled job.I can run using run command from bconsole to run manually my question is i have inserted a tape and when i try to run the job it is giving followi
i have already menctioned about that command and i am getting the error meesage also posted in my first mailDan Langille <[EMAIL PROTECTED]> wrote: On 7 Mar 2006 at 15:12, david robert wrote:> Hi,> > Finally i have installed and bacula is running and i have configured> dire
Hi, I am using the following script for end of backup to run and my backup is working but my tape will not eject after end of backup.I am using debian 3.1 with bacula #!/bin/sh /usr/bin/bconsole -c /etc/bacula/bconsole.conf
these are the two places i can see this function can we increse these time or wait_for_drive() { for i in $(seq 180); do # Wait max 180 seconds if mt -f $1 status | grep ONLINE >/dev/null 2>&1; then break fi# echo "Device $1 - not ready, retrying..." sleep 1 done} -
emt eject yes you are correct i am using DLT tape Arno Lehmann <[EMAIL PROTECTED]> wrote: Hello,On 3/10/2006 11:00 AM, david robert wrote:> these are the two places i can see this function can we increse these > time orYou'd use this snippet in your script.> wait_for_dr
i am using debian 3.1Martin Simmons <[EMAIL PROTECTED]> wrote: > On Fri, 10 Mar 2006 11:12:50 +0100, Arno Lehmann <[EMAIL PROTECTED]>said:>> Also, one thing I overlooked in my previous post: With a DLT drive, you > can't usually eject the cartridge after rewinding, you have to offline > the dr
nst0 permissions as follows crw-rw 1 root tape 9, 128 2005-02-26 06:38 nst0 thank youMartin Simmons <[EMAIL PROTECTED]> wrote: >>>>> On Fri, 10 Mar 2006 10:43:06 +0000 (GMT), david robert <[EMAIL PROTECTED]>said:> > i am using debian 3.1Well it
to completely avoid the mt commnd using Offline On Unmount i didn't get you where i can use this if possible show me in script thanks for your helpMartin Simmons <[EMAIL PROTECTED]> wrote: >>>>> On Fri, 10 Mar 2006 11:16:34 + (GMT), david robert <[EMAIL PROTECT
ave one more question i am using one version of bacula server and i need to install the same version of clients or i can install latest version of clients alos for older version of bacula server. Martin Simmons <[EMAIL PROTECTED]> wrote: >>>>> On Fri, 10 Mar 2006 14:03:29 +
Hi, I have couple of redhat machines with 7.2 nad 6.2 and i need to install bacula-fd daemon to take the backup of these machine can some one please give me the link where i can download bacula-fd packages for redhat linux versions 7.2 and 6.2 bacula-fd version i am looking is 1.36.2 because
Hi, I have scheduled jobs yesterday night and i am getting the following error for most of my client machines.If i check the status some of the clients FD is connection and some of them or not.Can some one help me where i need to look in to this problem *Console*.2006-03-14_08.47.11 Fatal e
I am trying to check the status of clients using bconsole i am getting the following error Select Client (File daemon) resource (1-10): 7Connecting to Client online2-fd at 172.14.60.82:9102Failed to connect to Client online-fd. and the messages are showing like below 14-Mar 11:49 backup01-
Hi, I ma running 10 jobs in bacula this is giving me a lot of problems.I have inserted the correct tape with the correct labelled one.Two or three jobs will run properly and this is giving the error NightlySave.2006-03-15_03.10.00 is waiting for an appendable Volume this could be becau
thanks arno spot on answer my Maximum Volume Jobs option set to 3 in pool options that is why it is giving the error so now i have increased to 15 and it should work nowArno Lehmann <[EMAIL PROTECTED]> wrote: Hello,On 3/15/2006 10:11 AM, david robert wrote:> Hi,> > I ma running 10
Hi Guys, I am going really clue less now i am checking my backup status with bconsole director status job running 34 Full NightlySave.2006-03-16_00.10.00 is running when i check the storage device status Device status:Device "/dev/nst0" is mounted with Volume "Wednesday" De
first thing check the bconsole.conf file having the same password in director file and the address of the machine is correct in that fileGreg Vickers <[EMAIL PROTECTED]> wrote: Hi all,I've just joined the list and I apologise in advance for any Stupid Questions (TM).I've installed Bacula version 1
Hi Guys, I am getting the tape writing error when i schedule the job my tape drive is detecting and it is fine. Error message as follows 16-Mar 00:10 cool-dir: Created new FileSet record "Full Set" 2006-03-16 00:10:0316-Mar 00:10 cool-dir: Start Backup JobId 1, Job=NightlySave.2006-03-1
thanks for your reply i have checked the thread and i am using 2.4.27-2-686-smp kernel and is there any other solution and in my syslog i am getting the following error messages Mar 17 00:10:23 localhost kernel: scsi0:0:6:0: Device is active, asserting ATNMar 17 00:10:23 localhost kernel: Recov
Hi, I am running backup for 10 clients and my volume status is showing full after running 3 or 5 jobs this is brand new tape and i don't know why it is showing full in volume status and it is asking for next volume to mount.PLease some one help me why it is showing volume status full when this
Hi Guys I am getting the following error in between the jobs 29-Mar 02:40 backup-sd: NightlySave.2006-03-29_02.40.00 Error: block.c:552 Write error at 8:1 on device /dev/nst0. ERR=Input/output error. 29-Mar 02:40 backup-sd: NightlySave.2006-03-29_02.40.00 Error: Error writing final EOF to
ile.We should be in file 5. I am at file 5. This is correct! === End Forward space files test ===Dan Langille <[EMAIL PROTECTED]> wrote: On 29 Mar 2006 at 9:33, david robert wrote:>
Hi
Guys> > I am getting the following error in between the jobs > > 29-Mar 02:40 backup-sd: N
cess =
no;> }Arno Lehmann <[EMAIL PROTECTED]> wrote: Hello,On 3/29/2006 9:37 AM, david robert wrote:> Hi,> > I am running backup for 10 clients and my volume status is showing full > after running 3 or 5 jobs this is brand new tape and i don't know why it > is showing
orward spacing 4 files.We should be in file 4. I am at file 4. This is correct!btape: btape.c:1309 Now forward spacing 1 more file.We should be in file 5. I am at file 5. This is correct!=== End Forward space files test === thanks for your helpArno Lehmann <[EMAIL PROTECTED]> wrote: Hi,
Messages = Standard Pool = Default Write Bootstrap = "/var/lib/bacula/NightlySave1.bsr" RunBeforeJob = "/etc/bacula/start_of_backup.sh" Max Start Delay = 15h Priority = 11
}Arno Lehmann <[EMAIL PROTECTED]> wrote: Hello,On 3/30/200
=Input/output error hope some one helps for me where to track this problemArno Lehmann <[EMAIL PROTECTED]> wrote: Hello,On 3/30/2006 9:32 AM, david robert wrote:> i really appriciate your help and my *sd configuration* is as follows i > am new to bacula please help me how to fix this
Hi Guys, Is there any know problems with dell powervault 114T,112T in debian 3.1 with kernel 2.4.27-2-686-smp #1 SMP.I am having the two tape drives menctioned above i am configuring bacula in bothe machine with two servers.I am getting the following error messages in bothe the machines.This i
thanks for your mail.what i need to do now i need to change anything on volume side or how to proceedCarlos Bou <[EMAIL PROTECTED]> wrote: i'm using a very similar device (PV-122T DLT) under kernel-2.6.12-smp (gentoo)my volumes can hold between 44,876,546,238 and 47,467,219,017may be it can help y
Hi, I am looking for bacula version 1.36.2 for redhat enterprise linux rpm package can any one tell me where it islocated.Where i can get the completer list of bacula rpm packages Can any one help me where i can locate this Thanks
Yahoo! Messenger
NEW - crystal clear PC to PC
Hi Guys,
I am trying to check the director status in my bacula backup.When i use status and select 1 for director i am getting the following
backup1-dir Version: 1.36.2 (28 February 2005) i386-pc-linux-gnu debian 3.1Daemon started 24-Apr-06 08:38, 0 Jobs run since started.
Scheduled Jobs:Level
Hi Guys, I am trying to check the director status in my bacula backup.When i use status and select 1 for director i am getting the following backup1-dir Version: 1.36.2 (28 February 2005) i386-pc-linux-gnu debian 3.1Daemon started 24-Apr-06 08:38, 0 Jobs run since started.Scheduled Jobs:Level
intermittent error? Can you ever do backups? this error is occuring intermittent only.My backup was working with out any problems for the last one month. I am not sure where to llok the error and how to fix this ThanksDan Langille <[EMAIL PROTECTED]> wrote: On 27 Apr 2006 at 8:48, david robert
Do any backups succeed? yes,last one month everything is running fine Have you upgraded MySQL recently? no changes to my systemDan Langille <[EMAIL PROTECTED]> wrote: Do any backups succeed?Have you upgraded MySQL recently?On 27 Apr 2006 at 15:29, david robert wrote:> thanks
Hi, finally we have very easy and detailed bacula backup implementation in debian linux http://www.debianhelp.co.uk/bacula1.htm If you want to install Bacula Webinterface http://www.debianhelp.co.uk/baculaweb.htm Hope this helps more people Send instant messages to your online
50 matches
Mail list logo