Re: [Bacula-users] How to view volumes per client?

2010-07-06 Thread Charlie Reddington
On Jul 6, 2010, at 10:25 AM, Phil Stracchino wrote: > On 07/06/10 10:58, Charlie Reddington wrote: >> Hi, >> >> I backup to to file storage. I also create a new volume for every >> backup job. So for a client I may have Full-0001, Diff-0001, and >>

[Bacula-users] How to view volumes per client?

2010-07-06 Thread Charlie Reddington
to be a easier way, and I assume a better way inside of bconsole. I had thought this may be a good one to use the sql query ability of bconsole, but I am not 100% certain. Thanks for any help, Charlie -- This SF.net

Re: [Bacula-users] Having a problem getting bacula to start.

2010-06-09 Thread Charlie Reddington
x27;t starting. Bacula does not start so no log. Maybe try to start the director manually and set the debugging. Have a look here -> http://www.mail-archive.com/bacula-users@lists.sourceforge.net/msg29254.html . Hope this helps, Charlie Thanks for your help and direction. On We

Re: [Bacula-users] Having a problem getting bacula to start.

2010-06-09 Thread Charlie Reddington
config below? > The first line jumps out > Host:x86_64-unknown-linux-gnu -- redhat > Enterprise release > Mine does the same, it's a none issue. Hope this helps, Charlie -- ThinkGeek a

Re: [Bacula-users] bacula will not start but gives no error

2010-05-21 Thread Charlie Reddington
It should give you something in the bacula log file. Can you tell us what it says there? Mine is usually in something like /opt/bacula/var/ bacula/working. Charlie On May 21, 2010, at 10:01 AM, duxbuz wrote: > > Hello, I am trying to get bacula up and running. Did all the > inst

[Bacula-users] Can I backup a server, from another server?

2009-03-30 Thread Charlie Reddington
Hi All, Here's scenario... We have our Bacula server. I'm trying to backup a linux host, but it is only accessible from another host. Something like this. Bacula-Dir --> host1 --> hostToBackup is there a way for me to backup that last guy?

Re: [Bacula-users] Monitoring bacula with Nagios

2009-03-27 Thread Charlie Reddington
Yep! The client side did. On Mar 27, 2009, at 10:48 AM, John Drescher wrote: > On Fri, Mar 27, 2009 at 11:47 AM, John Drescher > wrote: >> On Fri, Mar 27, 2009 at 11:09 AM, Charlie Reddington >> wrote: >>> We've done the most basic setup here, we us

Re: [Bacula-users] Monitoring bacula with Nagios

2009-03-27 Thread Charlie Reddington
We've done the most basic setup here, we use check_procs and look for bacula. If the process dies, it'll bitch. This way we usually catch problems before they happen. If bacula is just not happy in general, we'll know by the next morning with a failed / error backup job. Cha

Re: [Bacula-users] mail messages

2009-03-25 Thread Charlie Reddington
command. Just google up how to send mail from the command line and put it there , and I would gather it to work. --> http://linux.about.com/od/commands/l/blcmdl1_Mail.htm Hope it helps, Charlie On Mar 25, 2009, at 3:11 PM, Thiago Felipe de Andrade wrote: > Do you have a example? > &

Re: [Bacula-users] mail messages

2009-03-25 Thread Charlie Reddington
I guess if you aren't looking for a dynamic message of any sort you could just tweak the mail settings in bacula-dir.conf. And just have a standard text / or file that you load to mail. Charlie On Mar 25, 2009, at 2:12 PM, Thiago Felipe de Andrade wrote: > Hi, > > How to c

Re: [Bacula-users] how to format volume names?

2009-03-14 Thread Charlie Reddington
Bacula does not understand what the label means to a human, > and will recycle it for any job. The end result is that the job in a > volume will have no relationship to the label. > > Charlie wrote: > > Is there a place where all the ways of formatting your volume names are > > li

Re: [Bacula-users] how to format volume names?

2009-03-13 Thread Charlie
John Drescher wrote: > On Fri, Mar 13, 2009 at 4:42 PM, Charlie wrote: > >> Is there a place where all the ways of formatting your volume names are >> listed? I'm slow and can't seem to find it except for other examples out >> there. >> >> My goal

[Bacula-users] how to format volume names?

2009-03-13 Thread Charlie
-3-11-2009. Anyone have a link for a resource? Thanks, Charlie -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build

[Bacula-users] Warning for intervention, but writes backup fine

2009-02-18 Thread Charlie
09-02-18-03-11 This is how they look every morning when I check on them. We are only backing up 2 external hosts, and the local host. My real question is, why am I getting intervention emails, but bacula goes ahead and mounts / writes the right backup anyways? Thanks, Charlie ---

Re: [Bacula-users] Getting some stat errors during backup

2008-11-18 Thread Charlie Reddington
you'd see something about "permission > denied" > or a similar message. > > You may also want to post one actual error message without > substituting > "directory" in the error message. Maybe there is a typo in it. > > Charlie Reddington wrote

Re: [Bacula-users] Getting some stat errors during backup

2008-11-18 Thread Charlie Reddington
It DOES exist. drwxrwsr-x 4 user group 4096 Nov 18 16:02 bin On Nov 18, 2008, at 10:06 AM, John Drescher wrote: > On Tue, Nov 18, 2008 at 10:46 AM, Charlie Reddington > <[EMAIL PROTECTED]> wrote: >> Okay, that makes sense. So if the file / directory DOES exist, with >>

Re: [Bacula-users] Getting some stat errors during backup

2008-11-18 Thread Charlie Reddington
Okay, that makes sense. So if the file / directory DOES exist, with proper read permissions, what can be causing me this error? Thanks, - charlie - On Nov 18, 2008, at 9:29 AM, Kevin Keane wrote: > "Could not stat" is Unix-speak for "file not found". The reason many &g

[Bacula-users] Getting some stat errors during backup

2008-11-18 Thread Charlie Reddington
it has errors. Any quick fix for that as well? Thanks for any help here, - charlie - -- 18-Nov 03:25 noc02-dir JobId 109: Start Backup JobId 109, Job=server1.2008-11-17_23.05.47 18-Nov 03:25 noc02-dir JobId 109: Using Device "FileStorage" 18-Nov 03:20 serv05-f

Re: [Bacula-users] Organising your config-files

2008-11-15 Thread Charlie Reddington
Check out this link. http://www.nabble.com/Split-bacula-dir.conf-file-in-many-.conf-files-td17493126.html On Nov 15, 2008, at 6:26 AM, Nils Blanck-Wehde wrote: > Hello everyone, > > after a while my bacula-configuration files tend to get a little > messed up. I was wondering whether anyone tri

Re: [Bacula-users] Trouble with volumes - no appendable volumes

2008-11-13 Thread Charlie Reddington
Figured it out. I had some numbers backwards. On Nov 13, 2008, at 9:09 AM, Charlie Reddington wrote: > Oh and one more thing to note. In my my /usr/local/bacula/media > directory, I only have 3 files... > > Full-0001 Full-0002 Inc-0003. > > My first 2 days of backups see

Re: [Bacula-users] Trouble with volumes - no appendable volumes

2008-11-13 Thread Charlie Reddington
Oh and one more thing to note. In my my /usr/local/bacula/media directory, I only have 3 files... Full-0001 Full-0002 Inc-0003. My first 2 days of backups seemed to have worked fine. On Nov 13, 2008, at 8:44 AM, Charlie Reddington wrote: > Hi there, > > I'm having issues

[Bacula-users] Trouble with volumes - no appendable volumes

2008-11-13 Thread Charlie Reddington
label more media, but I'm not sure. I only did 3 label commands, and that was for default, full and inc. Do I need to add more? My end goal here is to have at least 30 days of backups, preferably 60. Here's my setups, let me know if there's anything else needed to help. Many

[Bacula-users] multiple scsi with bucula

2006-01-23 Thread Charlie Chaklam
hi   i have 4 scsi drives that i want to make as 1 drive and use it as a backup server, will that work, does bacula support that type of operation.   thank you charlie Canada Yahoo! Photos Got holiday prints? See all the ways to get quality prints in your hands ASAP.

[Bacula-users] scsi question

2006-01-22 Thread Charlie Chaklam
.   thank you   charlie Montreal Canada Yahoo! Photos Got holiday prints? See all the ways to get quality prints in your hands ASAP.