Re: [Bacula-users] Bacula, backup on tapes : ask for the volume of the next job

2006-07-17 Thread Benoit Guguin
Hi,

Thank you for this command :) 
The name of the job change evry day ... 

So I will look if I can do something 

Thanks


Le Mercredi 12 Juillet 2006 18:58, Ryan Novosielski a écrit :
> How about list nextvol job=?
>
> Benoit Guguin wrote:
> > Hi,
> >
> > I receive messages from Bacula. Mail configuration is ok ;).
> >
> > But my purpose is to have a message like "insert tape " after the end
> > of the job, and not when bacula detect a wrong tape.
> > Perphaps I'm going wrong in the way I configure Bacula ... ;)
> >
> > I've find a way to do what I want (ie bacula ask for the volume of the
> > next job) :
> > * I'm running a Console programme from a shell script
> > (
> > http://www.bacula.org/rel-manual/Bacula_Console.html#SECTION000209000
> > ). * I ask bconsole to display the director status
> > * I "parse" the response, and send a mail.
> >
> > So my script to have the tape name for the next job is like this :
> >
> > 1)  interogate bconsole :
> >
> > /usr/bin/bconsole -c /etc/bacula/bconsole.conf< > @output /tmp/bconsole.out.tmp
> > status director
> > quit
> > END_OF_DATA
> >
> > 2) parse the response
> >
> > #!/usr/bin/perl -w
> >
> > open(LOG, "/tmp/bconsole.out.tmp");
> > while () {
> > if(/(Save(\w+))\s+((\2)-.*)$/i) {
> > print "$1 $3 ";
> > }
> > }
> >
> > 3) I send an email with the job name and the job volume
> >
> >
> > I hope that can help you.
> >
> >
> > Regards,
> >
> > Le Mercredi 12 Juillet 2006 14:09, Bill Moran a écrit :
> >> In response to "Axel S. Gruner" <[EMAIL PROTECTED]>:
> >>> Hi,
> >>>
> >>> Am Dienstag, den 11.07.2006, 10:33 +0200 schrieb Benoit Guguin:
>  Hi,
> 
>  I'm currently using Bacula 1.36 on a Debian Sarge.
> 
>  I've configured multiples backups on tapes.
> 
>  So my question is :
>  How can I configure Bacula to send a mail that ask the needed and
>  appropriated volume  (ie tape) for the next job on, and only on, the
>  tape device ?
> >>
> >> Do you receive email messages from Bacula at all?  If your mail config
> >> is set up properly, Bacula will email the configured address if it needs
> >> a tape change, like this:
> >>
> >> 07-Jul 06:05 mindwipe-sd: Please mount Volume
> >> "rotation0.year2006.tape000101.pitbpa0" on Storage Device "Ultrium"
> >> (/dev/nsa0) for Job server-std.2006-07-06_23.05.00

-- 
Guguin Benoit
Société Alixen 2 rue Jean Rostand 91 893 Orsay Cedex France
Tel : 01 69 85 24 13, Fax : 01 69 85 24 10


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Internal Bacula Proxy

2006-07-17 Thread Timo Neuvonen
> I am looking for a way to control backups for hosts located inside
> of a firewall.  These hosts are on a private non-routable address
> space and NAT'd through a firewall.
>
> My director and storage daemon are located in my normal server
> space and have no problems backing up other hosts.
>
For me this sounds like a security issue: backing up data from a more secure
network into a storage located in public server side of the firewall. Just
in case that server were cracked, your non-public data could be exposed.

I've chosen just the opposite way: My backup server is located in the
private network, and the firewall has only the minimal holes required for
backing up also the public servers. But now servers and workstations from
the more secure side are never backed up to public zone.


--
TiN




-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Writing EOF to tape after a job is run

2006-07-17 Thread Martin Simmons
> On Sun, 16 Jul 2006 11:21:18 -0600, Trevor Morrison said:
> 
> Hi,
> 
> I have read through the manual for Bacula but cannot seem to find the 
> answer to my question.  I am looking for the solution on how to write an 
> EOF marker to a tape after a job has run.  The reason why is because, I 
> need to shut down the server that runs the Bacula program quite often 
> and when I do that the tape is marked in error because it cannot see the 
> EOF on the tape when the daemon restarts.  If someone knows the solution 
> to this problem of mine, I would appreciate it.

Have you run the tape tests successfully?

Are you shutting down the server during a backup?  I don't think that can ever
work cleanly.

__Martin


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Writing EOF to tape after a job is run

2006-07-17 Thread Trevor Morrison




Martin,

Yes, I have run the tape tests successfully and no, I do not shutdown
the server during a backup.  My backup drive is a Exabyte-8900 20/40 GB
drive.  I have had no problems with it since using it.

Thanks,

Trevor

Martin Simmons wrote:

  

  

  
On Sun, 16 Jul 2006 11:21:18 -0600, Trevor Morrison said:

  

  

Hi,

I have read through the manual for Bacula but cannot seem to find the 
answer to my question.  I am looking for the solution on how to write an 
EOF marker to a tape after a job has run.  The reason why is because, I 
need to shut down the server that runs the Bacula program quite often 
and when I do that the tape is marked in error because it cannot see the 
EOF on the tape when the daemon restarts.  If someone knows the solution 
to this problem of mine, I would appreciate it.

  
  
Have you run the tape tests successfully?

Are you shutting down the server during a backup?  I don't think that can ever
work cleanly.

__Martin
  


-- 
Trevor Morrison, PE, CCNA
17648 East Coltsfoot Court
Parker, CO 80134
720-641-7453
[EMAIL PROTECTED]




-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] interfaces

2006-07-17 Thread Martin J. Green








Do the daemons automatically listen on all interfaces?

 

Is there a way to explicitly ensure they do?

 

Martin

 

___

The questions remain the same. The answers are eternally
variable.



 





Martin J. Green





Altien Ltd





E: [EMAIL PROTECTED]



 







-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] interfaces

2006-07-17 Thread Bill Moran
In response to "Martin J. Green" <[EMAIL PROTECTED]>:

> Do the daemons automatically listen on all interfaces?

The default config does this.

> Is there a way to explicitly ensure they do?

Each daemon has an option such as FDPort and FDAddress to set the
listen parameters.  The defaults are the default port on all addresses.
See the docs for more.

-- 
Bill Moran
Collaborative Fusion Inc.


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] How to move a volume to another pool?

2006-07-17 Thread Veronica Hill
Hi All!

I have purged all jobs for volume MondayTape1 from my database and 
deleted the volume form the pool that it was originally in.  now I want 
to add it into a new pool that I have created but I get this error:

Automatically selected Storage: Autochanger
Enter new Volume name: MondayTape1
Enter slot (0 or Enter for none): 3
Defined Pools:
  1: Default
  2: monthly-tape
  3: weekly-tape
  4: daily-tape
  5: Monday
  6: Tuesday
  7: Wednesday
  8: Thursday
Select the Pool (1-8): 5
Connecting to Storage daemon Autochanger at domkey.example.com.au:9103 
...
Sending label command for Volume "MondayTape1" Slot 3 ...
3301 Issuing autochanger "loaded drive 0" command.
3302 Autochanger "loaded drive 0", result is Slot 3.
3920 Cannot label Volume because it is already labeled: "MondayTape1"
Label command failed for Volume MondayTape1.
Do not forget to mount the drive!!!


How do i just add this voLume to another pool?

Thanks, Veronica



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] How to move a volume to another pool?

2006-07-17 Thread Veronica Hill

On 17 Jul 2006, at 23:04, Veronica Hill wrote:

> Hi All!
>
> I have purged all jobs for volume MondayTape1 from my database and
> deleted the volume form the pool that it was originally in.  now I want
> to add it into a new pool that I have created but I get this error:
>
> Automatically selected Storage: Autochanger
> Enter new Volume name: MondayTape1
> Enter slot (0 or Enter for none): 3
> Defined Pools:
>   1: Default
>   2: monthly-tape
>   3: weekly-tape
>   4: daily-tape
>   5: Monday
>   6: Tuesday
>   7: Wednesday
>   8: Thursday
> Select the Pool (1-8): 5
> Connecting to Storage daemon Autochanger at domkey.example.com.au:9103
> ...
> Sending label command for Volume "MondayTape1" Slot 3 ...
> 3301 Issuing autochanger "loaded drive 0" command.
> 3302 Autochanger "loaded drive 0", result is Slot 3.
> 3920 Cannot label Volume because it is already labeled: "MondayTape1"
> Label command failed for Volume MondayTape1.
> Do not forget to mount the drive!!!
>
>
> How do i just add this voLume to another pool?
>

Right I think I found the answer to my problem in the add command using 
"0" for 1 single volume.  this is what I did; it's correct isn't it? :

*add
You probably don't want to be using this command since it
creates database records without labeling the Volumes.
You probably want to use the "label" command.

Defined Pools:
  1: Default
  2: monthly-tape
  3: weekly-tape
  4: daily-tape
  5: Monday
  6: Tuesday
  7: Wednesday
  8: Thursday
Select the Pool (1-8): 6
Automatically selected Storage: Autochanger
Enter number of Volumes to create. 0=>fixed name. Max=1000: 0
Enter Volume name: TuesdayTape1
Enter slot (0 for none): 4
InChanger? yes/no: yes
1 Volumes created in pool Tuesday

Cheers, Veronica



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] How to move a volume to another pool?

2006-07-17 Thread Georger Araujo
If you just need to switch a volume between pools, you
can use the

update volume

command. Even though you can get the same effect
through the delete and add commands, volume metadata
would be purged from the catalog. Regards,

Georger

--- Veronica Hill <[EMAIL PROTECTED]>
escreveu:

> 
> On 17 Jul 2006, at 23:04, Veronica Hill wrote:
> 
> > Hi All!
> >
> > I have purged all jobs for volume MondayTape1 from
> my database and
> > deleted the volume form the pool that it was
> originally in.  now I want
> > to add it into a new pool that I have created but
> I get this error:
> >
> > Automatically selected Storage: Autochanger
> > Enter new Volume name: MondayTape1
> > Enter slot (0 or Enter for none): 3
> > Defined Pools:
> >   1: Default
> >   2: monthly-tape
> >   3: weekly-tape
> >   4: daily-tape
> >   5: Monday
> >   6: Tuesday
> >   7: Wednesday
> >   8: Thursday
> > Select the Pool (1-8): 5
> > Connecting to Storage daemon Autochanger at
> domkey.example.com.au:9103
> > ...
> > Sending label command for Volume "MondayTape1"
> Slot 3 ...
> > 3301 Issuing autochanger "loaded drive 0" command.
> > 3302 Autochanger "loaded drive 0", result is Slot
> 3.
> > 3920 Cannot label Volume because it is already
> labeled: "MondayTape1"
> > Label command failed for Volume MondayTape1.
> > Do not forget to mount the drive!!!
> >
> >
> > How do i just add this voLume to another pool?
> >
> 
> Right I think I found the answer to my problem in
> the add command using 
> "0" for 1 single volume.  this is what I did; it's
> correct isn't it? :
> 
> *add
> You probably don't want to be using this command
> since it
> creates database records without labeling the
> Volumes.
> You probably want to use the "label" command.
> 
> Defined Pools:
>   1: Default
>   2: monthly-tape
>   3: weekly-tape
>   4: daily-tape
>   5: Monday
>   6: Tuesday
>   7: Wednesday
>   8: Thursday
> Select the Pool (1-8): 6
> Automatically selected Storage: Autochanger
> Enter number of Volumes to create. 0=>fixed name.
> Max=1000: 0
> Enter Volume name: TuesdayTape1
> Enter slot (0 for none): 4
> InChanger? yes/no: yes
> 1 Volumes created in pool Tuesday
> 
> Cheers, Veronica



___ 
Yahoo! Acesso Grátis - Internet rápida e grátis. Instale 
o discador agora! 
http://br.acesso.yahoo.com


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] encrypt backup-server's partitions

2006-07-17 Thread Martin Simmons
> On Fri, 14 Jul 2006 12:20:20 +0300, Silver Salonen said:
> 
> Hi all.
> 
> I've thought-read about backups' security and have concluded that backups 
> must 
> be encrypted and decided to do so. It would be good if backups were encrypted 
> with client's public key (that would ensure client's data's confidentiality), 
> but I think they should be placed on encrypted partition also, so that any 
> data couldn't be read without a password (in case an intruder stole the 
> backup-server as well as client's certificates).
> 
> As I'm using FreeBSD, I've read a nice document about encrypting FreeBSD 
> disks 
> (http://events.ccc.de/congress/2005/fahrplan/attachments/586-paper_Complete_Hard_Disk_Encryption.pdf).
>  
> I've thought that it would really be sufficient and easier (to maintain 
> server from distance) if only essential partitions were encrypted.
> 
> So here's the question: which partitions are to be considered confidental 
> from 
> Bacula's point of view?
> 
> I'm suggesting these would be backup-data (e.g. /mnt/backup) and /tmp? Or is 
> Bacula designed the way that it doesn't use any temporary files thus 
> encrypting only backup-data's partition would be enough?

Bacula writes all temporary files to its configured Working Directory.  You
might also need to consider the catalog database.

__Martin


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] How to move a volume to another pool?

2006-07-17 Thread Veronica Hill

On 17 Jul 2006, at 23:43, Georger Araujo wrote:

> If you just need to switch a volume between pools, you
> can use the
>
> update volume
>
> command. Even though you can get the same effect
> through the delete and add commands, volume metadata
> would be purged from the catalog. Regards,
>
> Georger
>
> --- Veronica Hill <[EMAIL PROTECTED]>
> escreveu:
>

Thank you Georger.  I need to switch volumes between pools and also 
change the slots they are located in.  But it looks like your tip is 
exactly what i need.  It will do both.

Thank you again.

Veronica



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] more device problems

2006-07-17 Thread Martin J. Green








Got a similar problem before, except now it says…

 

Device "raid" (/mnt/storage) is not open or does
not exist.

    Device is BLOCKED waiting for media.

 

df reveals only 18% of the disk is in use & it’s
the only job running L

 

___

The questions remain the same. The answers are eternally
variable.



 





Martin J. Green





Altien Ltd





E: [EMAIL PROTECTED]



 







-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Slow backup on Sparc SunFire 280R

2006-07-17 Thread Gabriele Bulfon


Thanks,this is very interesting.My LTO2 drives (I have many installed) are from Certance.Do you achieve these rates on a SunFire 280R? What is your scsi card?I usually never achieve more than 8-10MB/s...how can it be?!


 



 

Gabriele Bulfon - Sonicle S.r.l.
Tel +39 028246016 Int. 30 - Fax +39 028243880
Via Felice Cavallotti 16 - 20089, Rozzano - Milano - ITALY
http://www.sonicle.com

 

--Da: Alan Brown <[EMAIL PROTECTED]>A: Gabriele Bulfon <[EMAIL PROTECTED]> Cc: bacula-users@lists.sourceforge.net Data: 15 luglio 2006 19.44.26 CESTOggetto: Re: [Bacula-users] Slow backup on Sparc SunFire 280ROn Fri, 14 Jul 2006, Gabriele Bulfon wrote:

> Hello,
> I have some bacula installations on SunFire 280R Sparc machines, with Solaris 10.
> These machines apperar to be very very slow with respect to other installations (such as v20z) with same LTO2 device.
> As you can see from the report, 60Gb are copied in 9 hours, with an avarage rate of
> 1898.9 KB/s
> !
> On a v20z, the same amount of data is done in 5 hours or less, with
> an avarage
> a rate of
> 3139.2 KB/s.

Both of these rates are _very_ slow.

I benchmarked my LTO2 drives at 27-28MB/s last week using btape.

Marketing claims are for 60MB/s on 2:1 compressible data, but I believe 
btape's fill algorithm produces non-compressable.

Even when spooling to disk and then dumping to tape, I still see rates of 
around 10-12Mb/s.

Making up for that halving of speed, I am able to run concurrent backups, 
so the tape drives are more-or-less spinning all the time as various 
drives dump spooled data.

AB




-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Slow backup on Sparc SunFire 280R

2006-07-17 Thread Alan Brown
On Mon, 17 Jul 2006, Gabriele Bulfon wrote:

> Thanks,
> this is very interesting.
> My LTO2 drives (I have many installed) are from Certance.

Mine are HP drives installed in a HP MSL6000 library (aka NEO4000)

> Do you achieve these rates on a SunFire 280R?

No, Wintel hardware (HP Proliant DL580g2 - old tech now)

> What is your scsi card?

HP badged Qlogic Fibre HBAs (2Gb/s, but 4Gb/s is available now)

> I usually never achieve more than 8-10MB/s...how can it be?!

What do Certance quote as maximum throughput on the drives?

Typical problems are:

1: Slow scsi speeds
2: bad termination
3: Long cables
4: Scsi contention

The drives here go through a fibre-scsi router on the library, which has a 
dedicated U320 bus per drive. Newer (LTO3) drives are direct fibre 
attached and even faster


AB



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] interfaces

2006-07-17 Thread Martin J. Green








The situation is this – we have two
subnets:

 


 192.168.0.0
 netmask 255.255.255.0
 10.0.0.0
 netmask 255.255.0.0


 

The backup box is connected to both, eth0
being on subnet 2 and eth1 being on subnet 1. However, when I try to backup a
machine on subnet 1, I see when I ‘status director’

 

16 Full   
Chimp-Svn.2006-07-17_16.43.37 is waiting for Client chimp to connect to Storage
backup-sd

 

And it never backs up. 

 

When I do status storage, I see

 

Running Jobs:

Backup Job Chimp-Svn.2006-07-17_16.43.37
waiting for Client connection.

Writing: Full Backup job Chimp-Svn
JobId=16 Volume=""

    pool="chimp"
device=""raid" (/mnt/storage)"

    Files=0 Bytes=0
Bytes/sec=0

    FDSocket closed

 

When I check the client’s status, I
see

 

Running Jobs:

JobId 16 Job Chimp-Svn.2006-07-17_16.43.37
is running.

    Unknown Type Job
started: 17-Jul-06 16:43

    Files=0 Bytes=0
Bytes/sec=0

    Files Examined=0

    SDSocket closed.

 

Any ideas?

 









From:
Martin J. Green 
Sent: 17 July 2006 13:00
To:
'bacula-users@lists.sourceforge.net'
Subject: interfaces



 

Do the daemons automatically listen on all interfaces?

 

Is there a way to explicitly ensure they do?

 

Martin

 

___

The questions remain the same. The answers are eternally
variable.



 





Martin J. Green





Altien Ltd





E: [EMAIL PROTECTED]



 







-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Mount/Unmount/Automount

2006-07-17 Thread Brian McKerr
Hello,

Am I doing something wrong ? I have a single DLT320 drive and each day 
when I eject the last backup tape,  I have to manually mount the next 
tape  otherwise the next backup will sit waiting for a mount request. Is 
there a way to tell bacula to automount the tape in the drive ? Reason 
being I dont want to give operations guys a login to mount tapes. Is the 
"automount = yes" in the sd.conf for automounting after labelling only ?

Cheers,

Brian.


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Command line history...

2006-07-17 Thread Brian McKerr
Hello,

Has a feature been requested to have full GNU Readline support embedded 
in bconsole ? Is it feasible ?

It would be nice, If we could get it to ignore blank lines in history !

also, shouldn't  the 'autodisplay' command be a toggle that doesn't need 
a switch ?

Cheers,


Brian.
 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] bacula missing files?

2006-07-17 Thread Jeffrey Bell
Hi,

I'm using the latest bacula as of Jul-15-2006, I was testing and now I 
have finished and waslooking for the scripts, drop_mysql_tables and 
make_mysql_tables. I cant seem to find these scripts.

I am using Ubuntu linux and have installed the Bacula packages using 
apt-get.

Where can I find these scripts to reinitalize MySql database???

Thanks.



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] contributed rpm packages

2006-07-17 Thread Scott Barninger
Hello,

For those who have expressed and interest in contributing additional
platform builds for bacula, I placed in cvs today a set of tools and
instructions. They can be found in the directory platforms/contrib-rpm.
Any 64-bit builders out there should note that I did not address that
build switch because I expect it to be unnecessary with the next major
release. To use the build script you would need to edit it and add
--define "build_x86_64 1" \
to each of the rpmbuild commands.

Regards,
Scott



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] missing drop_mysql_tables script???

2006-07-17 Thread Jeffrey Bell
I am using the newest version of Ubuntu Linux distro and have install
Bacula via a Debian package installer, apt-get install ...

I have MySql running and have done a few tests using Bacula without any
problems via a Network Client/Svr method.

While reading the Bacula manual, it says after testing you should run
'drop_mysql_tables' and then 'make_mysql_tables'
This is where my problem occurs. I cant seem to find the
'drop_mysql_tables' script anywhere.

I've looked on the server and on the client side and cant seem to locate
it. I did however, find the 'make_mysql_tables' on the server.

How do I re-initialize the mysql database back to a fresh database
tables?

Thanks.
Jeffrey Bell



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] interfaces

2006-07-17 Thread Bill Moran
In response to "Martin J. Green" <[EMAIL PROTECTED]>:

> The situation is this - we have two subnets:
> 
> 1.192.168.0.0 netmask 255.255.255.0
> 2.10.0.0.0 netmask 255.255.0.0
> 
> The backup box is connected to both, eth0 being on subnet 2 and eth1
> being on subnet 1. However, when I try to backup a machine on subnet 1,
> I see when I 'status director'
> 
> 16 FullChimp-Svn.2006-07-17_16.43.37 is waiting for Client chimp to
> connect to Storage backup-sd
> 
> And it never backs up. 
> 
> When I do status storage, I see
> 
> Running Jobs:
> 
> Backup Job Chimp-Svn.2006-07-17_16.43.37 waiting for Client connection.
> 
> Writing: Full Backup job Chimp-Svn JobId=16 Volume=""
> 
> pool="chimp" device=""raid" (/mnt/storage)"
> 
> Files=0 Bytes=0 Bytes/sec=0
> 
> FDSocket closed
> 
> When I check the client's status, I see
> 
> Running Jobs:
> 
> JobId 16 Job Chimp-Svn.2006-07-17_16.43.37 is running.
> 
> Unknown Type Job started: 17-Jul-06 16:43
> 
> Files=0 Bytes=0 Bytes/sec=0
> 
> Files Examined=0
> 
> SDSocket closed.
> 
> Any ideas?

Sounds like it's time for typical network debugging problems.  Do the
clients have a route to the bacula-sd?  Are there any firewalls or other
packet control devices betwix that could be causing trouble.

>From the output, it looks as if the dir can contact the fd, but the fd
is unable to contact the sd.  Make sure the sd is running.  Make sure
the clients can contact the sd.  There's a section in the manual on
firewall configurations that's pretty comprehensive.

-- 
Bill Moran
Collaborative Fusion Inc.


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] FileSet ->File, Error

2006-07-17 Thread efrenba
Hi,

This's my FileSet Def:

FileSet {
  Name = "Sistemas1-FS"
  Enable VSS = yes#Only for Windows PCs
  Include {
Options {
  compression = GZIP
  signature = MD5
  ignore case = yes   #Only for Windows
  wildfile = "*.dcu"
  wildfile = "*.~*"
  wildfile = "*.cfg"
  wildfile = "*.exe"
  wildfile = "*.dof"
  exclude = yes
}
File = "F:/zApps"
  }
}

I get this error: What does it mean?
17-Jul 14:17 dhlrs-fd:Could not stat F:/zApps: ERR=No such file or directory


I tried with File = "f:/zApps", File = "f:/zapps" and File = "F:/zapps"
getting the same error. The permissions are Everyone-FullControl.




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula error!

2006-07-17 Thread Zakai Kinan
I am getting this error:

17-Jul 19:44 backup-dir: No prior Full backup Job
record found.
17-Jul 19:44 backup-dir: No prior or suitable Full
backup found. Doing FULL backup.
17-Jul 19:44 backup-dir: Start Backup JobId 1899,
Job=jtel1.2006-07-17_19.44.41
17-Jul 19:44 backup-sd: Failed command:
17-Jul 19:44 backup-sd: jt1.2006-07-17_19.44.41 Fatal
error:
 Device "JTStorage" with MediaType "FileJT"
requested by DIR not found in SD Device resources.
17-Jul 19:44 backup-dir: jtel1.2006-07-17_19.44.41
Fatal error:
 Storage daemon didn't accept Device "JTStorage"
because:
 3924 Device "JTStorage" not in SD Device
resources.
17-Jul 19:44 backup-dir: jt.2006-07-17_19.44.41 Error:
Bacula 1.38.9 (02May06): 17-Jul-2006 19:44:43
  JobId:  1899
  Job:jt.2006-07-17_19.44.41
  Backup Level:   Full (upgraded from
Incremental)
  Client: "jt"
i686-pc-linux-gnu,debian,3.1
  FileSet:"STSet" 2006-05-06 03:08:24
  Pool:   "JTPool"
  Storage:"FileJT"
  Scheduled time: 17-Jul-2006 19:44:37
  Start time: 17-Jul-2006 19:44:43
  End time:   17-Jul-2006 19:44:43
  Elapsed time:   0 secs
  Priority:   10
  FD Files Written:   0
  SD Files Written:   0
  FD Bytes Written:   0 (0 B)
  SD Bytes Written:   0 (0 B)
  Rate:   0.0 KB/s
  Software Compression:   None
  Volume name(s):
  Volume Session Id:  1
  Volume Session Time:1153178767
  Last Volume Bytes:  0 (0 B)
  Non-fatal FD errors:0
  SD Errors:  0
  FD termination status:
  SD termination status:
  Termination:*** Backup Error ***

The client side is a Unix server.  I just installed
the bacula client.  The client and the server have the
same version.  Does this error ring a bell with
anyone?  I checked both google and the archives and
they don't help.  

TIA,

ZK

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] backup win98 restoring to xp Fatal error

2006-07-17 Thread Paul Van Allsburg
I did a backup of a win98 c:\ pc and I want to restore it to a XP pc in
the d:\bak directoy.  I tried setting the XP bacula-fd.conf named as the
win98 pc and the bacula server has IP of the XP pc & name of win98 in
hosts file. (clear as mud?)  When I run the restore the bacula client on
the xp machine is contacted but the job quits with: 

17-Jul 19:48 bacula-dir: Start Restore Job
RestoreFiles.2006-07-17_19.48.29
17-Jul 19:48 bacula-sd: RestoreFiles.2006-07-17_19.48.29 Fatal error:
Could not create bootstrap
file /var/bacula/bacula-sd.RestoreFiles.2006-07-17_19.48.29.bootstrap:
ERR=Permission denied
17-Jul 19:50 win98.fd: RestoreFiles.2006-07-17_19.48.29 Fatal error: c:
\cygwin\home\kern\bacula\k\src\win32\filed\../../filed/job.c:1614 Comm
error with SD. bad response to Bootstrap. ERR=Broken pipe
17-Jul 19:48 bacula-dir: RestoreFiles.2006-07-17_19.48.29 Error: Bacula
1.38.9 (02May06): 17-Jul-2006 19:48:34
 
I'm stuck on the permission denied, all the bacula passwords are the
same.  Where did I go wrong?
Thanks
Paul



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] No data available

2006-07-17 Thread Mark Liu
Hi All I'm getting an interesting error. The file-director is running on the client machine and a "status client" shows that its listening and responding but as soon as I start the job which runs off this client the bacula-fd process dies and I receive the following message from the director. Is there anyway I can receive error logs?
CheersMark18-Jul 11:59 smaug-dir: Start Backup JobId 880, Job=Faramir_Backup.2006-07-18_11.59.2818-Jul 11:59 smaug-dir: Faramir_Backup.2006-07-18_11.59.28 Fatal error: Socket error on Storage command: ERR=No data available
18-Jul 11:59 smaug-dir: Faramir_Backup.2006-07-18_11.59.28 Error: Bacula 1.38.5 (18Jan06): 18-Jul-2006 11:59:31  JobId:  880  Job:    Faramir_Backup.2006-07-18_11.59.28  Backup Level:   Full
  Client: "C_faramir" i686-pc-linux-gnu,gentoo,1.6.14  FileSet:    "F_faramir" 2006-06-01 15:08:43  Pool:   "P_daily"  Storage:    "DDS-3"
  Scheduled time: 18-Jul-2006 11:59:27  Start time: 18-Jul-2006 11:59:30  End time:   18-Jul-2006 11:59:31  Priority:   10  FD Files Written:   0  SD Files Written:   0
  FD Bytes Written:   0  SD Bytes Written:   0  Rate:   0.0 KB/s  Software Compression:   None  Volume name(s):  Volume Session Id:  64  Volume Session Time:    1152069108
  Last Volume Bytes:  9,929,443,644  Non-fatal FD errors:    0  SD Errors:  0  FD termination status:  SD termination status:  Waiting on FD  Termination:    *** Backup Error ***

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users