Re: [Bacula-users] Spam on this list

2005-05-18 Thread Matthew Hawkins
Kern Sibbald ([EMAIL PROTECTED]) wrote:
> Well, everyone is entitled to his opinion.  

And thanks to the internet, we can all express it ;)

> In my case, it is not that I cannot be bothered to subscribe as you seem 
> suggest. This should be obvious from the amount of time and effort I put into 
> Bacula.

It was a general 'you' (aka 'someone') and not a personal 'you' (ie, 'Kern') -
sorry I didn't make that clearer.  I certainly very much appreciate all the
time and effort you have placed into bacula.  Thank you very much.

-- 
Matt


pgpAdkk9OWAyD.pgp
Description: PGP signature


Re: [Bacula-users] Spam on this list

2005-05-18 Thread Matthew Hawkins
Kern Sibbald ([EMAIL PROTECTED]) wrote:
> What I don't like about this is that some users (such as myself) don't want 
> to 
> subscribe to lists even to get help

If you got software for free, and you can't even be bothered to do something as
simple as subscribe to a free mailing list to receive free help, then IMO you
don't deserve to get that help.  If you're hungry, and you can't be bothered
getting off your fat butt to go get something to eat - guess what?  You starve.
No magical genie will pop out of the computer and feed you.

It appears the lists are run by mailman, subscribers can simply tell the list
to not send them any mail if they don't want it, or unsubscribe even more
easily than they easily subscribed (as the unsubscribe link comes in every
message).

-- 
Matt
PS: please do not break the list by munging the reply-to headers.  Ta.


pgpEtqz9fdXnS.pgp
Description: PGP signature


Re: [Bacula-users] Restore question

2005-05-05 Thread Matthew Hawkins
Russell Howe ([EMAIL PROTECTED]) wrote:
> Marcin Wasilewski wrote:
> > I am running Bacula on 1.36.2 Debian with MySQL and it is working fine.
[snip]
> > What should I do to restore those files I need and do not damage anything.
> 
> I think bscan is the tool you're looking for.

In the Debian packages that's /usr/lib/bacula/bscan.mysql
(its not in the path)

I ended up writing a script which I placed in the path called "bscan" that
looks something like this:

--- bscan.sh ---
#!/bin/sh

BSCAN=/usr/lib/bacula/bscan.mysql

echo "\n*** bscan wrapper\n\nDevice: HP_C5713A\n"
$BSCAN -c /usr/bacula/bacula-sd.conf -P password -h dbhost "$@"
--- end snip ---

which gets called like so:

$ bscan -s -V Daily0001 HP_C5713A

Where Daily0001 is the currently mounted tape you wish to bscan and HP_C5713A
is the name of the device in bacula-sd.conf (I have that echo in there so I can
cut & paste it ;)

FWIW I did this with my own restore problem of a few weeks back, and it
resurrected files from a completely different host, I was unable to use bscan
to retrieve the files I needed.

-- 
Matt


pgpnsGp6a9PDJ.pgp
Description: PGP signature


Re: [Bacula-users] Where did the files go?

2005-04-22 Thread Matthew Hawkins
Kern Sibbald ([EMAIL PROTECTED]) wrote:
> Most likely the jobs were pruned of their File table entries by your File 
> retention policy, but the job records remain. Hopefully a future version will 
> more explicitly warn of this.  You will most likely need to bscan the 
> volume(s) for those jobs.

Thanks for this Kern, you are absolutely correct.

(and many thanks for bacula, too)

-- 
Matt


pgpNsVGQhTpo4.pgp
Description: PGP signature


[Bacula-users] Where did the files go?

2005-04-13 Thread Matthew Hawkins
I'm attempting a restore for a user who stored files on a server he
shouldn't have which subsequently suffered MASSIVE FILESYSTEM CORRUPTION

Er, anyhow I have this minor problem:

[... snip ...]
You have selected the following JobIds:
3152,3243,3256,3269,3281,3293,3305,3317

Building directory tree for JobId 3152 ...  
Building directory tree for JobId 3243 ...  
Building directory tree for JobId 3256 ...  
Building directory tree for JobId 3269 ...  
Building directory tree for JobId 3281 ...  
Building directory tree for JobId 3293 ...  
Building directory tree for JobId 3305 ...  
Building directory tree for JobId 3317 ...  
8 Jobs, 0 files inserted into the tree.
[-- snip --]

0 files?

[-- snip --]
*list files jobid=3152
No results to list.
+---+---+-+--+---+--++---+
| JobId | Name  | StartTime   | Type | Level | JobFiles |
JobBytes   | JobStatus |
+---+---+-+--+---+--++---+
| 3,152 | Hadit | 2005-03-07 18:29:41 | B| F |  117,686 |
19,574,641,260 | T |
+---+---+-+--+---+--++---+

(same goes for all the other jobids in the set - "No results to list" BUT
a record saying it has x amount of files taking y amount of space)

Whiskey Tango Foxtrot?

-- 
Matt


pgpJ1T2IH8PFu.pgp
Description: PGP signature