Re: [Bacula-users] Clients of Bacula

2008-10-28 Thread Adrian Moisey
Hi

 Big is a relative term, but these pages might help a little:

We might be big... http://www.careerjunction.co.za/

 http://bacula.org/en/?page=testimonial

I think I should add to this, I'm very happy with bacula

 http://wiki.bacula.org/doku.php?id=database_statistics



-- 
Adrian Moisey
Systems Administrator | CareerJunction | Your Future Starts Here.
Web: www.careerjunction.co.za | Email: [EMAIL PROTECTED]
Phone: +27 21 818 8621 | Mobile: +27 82 858 7830 | Fax: +27 21 818 8855

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] backing up cisco switches config

2008-10-21 Thread Adrian Moisey
Hi

I've been thinking about backing up cisco switches config files.

I was thinking that I'll write a python script that will telnet into 
each switch and get a copy of show run

Has anybody done this ?

-- 
Adrian Moisey
Systems Administrator | CareerJunction | Your Future Starts Here.
Web: www.careerjunction.co.za | Email: [EMAIL PROTECTED]
Phone: +27 21 818 8621 | Mobile: +27 82 858 7830 | Fax: +27 21 818 8855

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] tape problems

2008-10-20 Thread Adrian Moisey
Hi

 My way around that is adding the directive:
 
   RunAfterJob  = /usr/local/bin/bacula-eject
 
 to the (last) backup job, where /usr/local/bin/bacula-eject is the
 script:

I would like to do that, but during the week I backup to disk.
Can I get this to run only if there is a tape job that ran?

 888888
 #!/bin/sh
 
 # eject the tape from a standalone tape drive controlled by Bacula
 
 PATH=/bin:/usr/bin ; export PATH
 
 TAPENAME=LTO1
 TAPEDEV=/dev/nst0
 
 BCONSOLE=/usr/sbin/bconsole -c /etc/bacula/bconsole.conf
 MT=/usr/bin/mt
 
 # tell Bacula to release the drive
 echo unmount ${TAPENAME} | ${BCONSOLE}
 
 # tell the drive to eject the tape
 ${MT} -f ${TAPEDEV} eject
 
 # tell Bacula to watch the drive for tape insertion
 echo mount ${TAPENAME} | ${BCONSOLE}
 
 # always signal success
 exit 0
 888888

-- 
Adrian Moisey
Systems Administrator | CareerJunction | Your Future Starts Here.
Web: www.careerjunction.co.za | Email: [EMAIL PROTECTED]
Phone: +27 21 818 8621 | Mobile: +27 82 858 7830 | Fax: +27 21 818 8855

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] tape problems

2008-10-20 Thread Adrian Moisey
Hi

 My way around that is adding the directive:

   RunAfterJob  = /usr/local/bin/bacula-eject

 to the (last) backup job, where /usr/local/bin/bacula-eject is the
 script:
 I would like to do that, but during the week I backup to disk.
 Can I get this to run only if there is a tape job that ran?
 
 Sure. Just add the RunAfterJob line to the Job resource of the tape
 job, but not to the one of the disk job.

I change between tapes and files on the scheduler, so I only use 1 job 
per client

-- 
Adrian Moisey
Systems Administrator | CareerJunction | Your Future Starts Here.
Web: www.careerjunction.co.za | Email: [EMAIL PROTECTED]
Phone: +27 21 818 8621 | Mobile: +27 82 858 7830 | Fax: +27 21 818 8855

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] tape problems

2008-10-20 Thread Adrian Moisey
Hi

 Ah, sorry for my clouded crystal ball. :-)
 Well, it's difficult to design a solution for you without knowing
 more about your configuration, but generally speaking I see two
 possible avenues:

Thanks for the help, despite my lack of information :P

 
 a. Add information to the script command line about the job that ran,
via Bacula's character substitution mechanism, which allows the
script to determine whether the job went to tape or to disk.
%l [job level] or %n [volume name] look promising. The pool
name would be perfect, but the manual doesn't list a substitution
letter for that.)
 
 b. Check the system date within the script to determine whether it's
a day on which a tape job is scheduled.

I'll look into these, thanks

-- 
Adrian Moisey
Systems Administrator | CareerJunction | Your Future Starts Here.
Web: www.careerjunction.co.za | Email: [EMAIL PROTECTED]
Phone: +27 21 818 8621 | Mobile: +27 82 858 7830 | Fax: +27 21 818 8855

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] tape problems

2008-10-19 Thread Adrian Moisey
Hi

I have a few tape problems.

I have a Weekly pool with 10 tapes in it.  Each full backup runs on a 
sunday night and takes up 2 tapes.

Once the first tape it done, it marks it as Full.  Once the second 
tape is done, I have to manually unmount and eject it.  What should I 
set the Status to on this tape?  Also full?


-- 
Adrian Moisey
Systems Administrator | CareerJunction | Your Future Starts Here.
Web: www.careerjunction.co.za | Email: [EMAIL PROTECTED]
Phone: +27 21 818 8621 | Mobile: +27 82 858 7830 | Fax: +27 21 818 8855

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] message resource

2008-10-15 Thread Adrian Moisey
Hi

I would like some people to receive e-mails with errors and other people 
to get the full messages.  Can I do this?

My current message resource:

Messages {
   Name = Standard
   mailcommand = /usr/lib/bacula/bsmtp -f \\(Bacula\) 
\[EMAIL PROTECTED]\ -s \Bacula: %t %e of %c %l\ %r
   operatorcommand = /usr/lib/bacula/bsmtp -f \\(Bacula\) 
\[EMAIL PROTECTED]\ -s \Bacula: Intervention needed for %j\ %r

   mail = [EMAIL PROTECTED] = all, !skipped

   operator = [EMAIL PROTECTED] = mount
   console = all, !skipped, !saved
   append = /var/lib/bacula/log = all, !skipped
   # for webacula
   catalog = all, !skipped, !saved
}

Can I have 2 mail destinations ?


-- 
Adrian Moisey
Systems Administrator | CareerJunction | Your Future Starts Here.
Web: www.careerjunction.co.za | Email: [EMAIL PROTECTED]
Phone: +27 21 818 8621 | Mobile: +27 82 858 7830 | Fax: +27 21 818 8855

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Command on media change request from SD

2008-10-13 Thread Adrian Moisey
Hi


 13-Oct 14:08 lexington-dir JobId 109: Start Backup JobId 109, 
 Job=Lexington_Dayly.2008-10-13_14.08.03
 13-Oct 14:08 lexington-dir JobId 109: Using Device IOMEGA-REV-DISK
 13-Oct 14:08 lexington-sd JobId 109: Please mount Volume TAG-4 or 
 label a new one for:
  Job:  Lexington_Dayly.2008-10-13_14.08.03
  Storage:  IOMEGA-REV-DISK (/media/iomega-rev-disk)
  Pool: Day Pool
  Media type:   REV-120GB
 
 When this message appears I would like to run an external command. Did I 
 miss something in the documentation or is this not possible with bacula 
 version 2.4.2?

I've also been looking for this.  I would like to do things like unmount 
and eject of my media when it asks for this

-- 
Adrian Moisey
Systems Administrator | CareerJunction | Your Future Starts Here.
Web: www.careerjunction.co.za | Email: [EMAIL PROTECTED]
Phone: +27 21 818 8621 | Mobile: +27 82 858 7830 | Fax: +27 21 818 8855

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula makes a full backup instead an incremental backup - Why?

2008-10-10 Thread Adrian Moisey
Hi

 Does anybody got the same problem in the past?

I find that if you change the FileSet it does a full backup.

-- 
Adrian Moisey
Systems Administrator | CareerJunction | Your Future Starts Here.
Web: www.careerjunction.co.za | Email: [EMAIL PROTECTED]
Phone: +27 21 818 8621 | Mobile: +27 82 858 7830 | Fax: +27 21 818 8855

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] baula-fd

2008-10-08 Thread Adrian Moisey
Hi

Is it possible for the bacula-fd to restrict what files the bacula-dir 
is allowed to access?

Specifically on a windows box
-- 
Adrian Moisey
Systems Administrator | CareerJunction | Your Future Starts Here.
Web: www.careerjunction.co.za | Email: [EMAIL PROTECTED]
Phone: +27 21 818 8621 | Mobile: +27 82 858 7830 | Fax: +27 21 818 8855

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] 2 tapes for a full backup

2008-10-06 Thread Adrian Moisey
Hi

My current full backups takes 2 tapes.
When the first tape is full, bacula marks it as Full and asks for a 
new one.  Can I get it to unmount then eject the tape after it gets 
marked as full?

Once my last backup runs (the backup of the catalog) I have to set that 
volume to used, unmount then eject.  Can I get bacula to do this for me?

-- 
Adrian Moisey
Systems Administrator | CareerJunction | Your Future Starts Here.
Web: www.careerjunction.co.za | Email: [EMAIL PROTECTED]
Phone: +27 21 818 8621 | Mobile: +27 82 858 7830 | Fax: +27 21 818 8855

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users