Re: [Bacula-users] Keep last full backup

2011-03-28 Thread Michael Heim
Hi James, perhaps this SQL statement is able to help you a little bit (check it in bconsole->SQL query please): select jobid from (select name,jobtdate,count(name) as co from Job where level='F' and jobstatus='T' and type='B' group by name) as RS where co=1 and (UNIX_TIMESTAMP(now())-jobtdate)

Re: [Bacula-users] Bacula 5.0.2 - Action On Purge = Truncate not working

2011-03-28 Thread Ondrej PLANKA (Ignum profile)
Dne 28.3.2011 20:23, John Drescher napsal(a): > On Mon, Mar 28, 2011 at 2:11 PM, Ondrej PLANKA (Ignum profile) > wrote: >> Dne 28.3.2011 16:43, Josh Fisher napsal(a): >>> On 3/27/2011 11:31 AM, Ondrej PLANKA (Ignum profile) wrote: >> Ciao! >> >> same behavior i

Re: [Bacula-users] problem with stores,

2011-03-28 Thread Mike Carlson
On 03/28/2011 11:10 AM, Mike Carlson wrote: I'm getting a "Requested Volume is not a Bacula labled Volume, because: ERR=block.c:318 Volume data error at 0:0!" at the beginning of a restore for disk based backups. Here is what the console is showing: 8-Mar 10:52 write.llnl.gov-dir JobId 31

Re: [Bacula-users] Bacula 5.0.2 - Action On Purge = Truncate not working

2011-03-28 Thread John Drescher
On Mon, Mar 28, 2011 at 2:11 PM, Ondrej PLANKA (Ignum profile) wrote: > > Dne 28.3.2011 16:43, Josh Fisher napsal(a): >> On 3/27/2011 11:31 AM, Ondrej PLANKA (Ignum profile) wrote: >>>    >>   Ciao! >>>    >> >>>    >>   same behavior in 5.0.3 version. File based Volumes are not truncated >>>    >

Re: [Bacula-users] Bacula 5.0.2 - Action On Purge = Truncate not working

2011-03-28 Thread Ondrej PLANKA (Ignum profile)
Dne 28.3.2011 16:43, Josh Fisher napsal(a): > On 3/27/2011 11:31 AM, Ondrej PLANKA (Ignum profile) wrote: >>>> Ciao! >>>> >>>> same behavior in 5.0.3 version. File based Volumes are not truncated >>>> after console command "purge volume action=all allpools storage=File >> "

[Bacula-users] problem with stores,

2011-03-28 Thread Mike Carlson
I'm getting a "Requested Volume is not a Bacula labled Volume, because: ERR=block.c:318 Volume data error at 0:0!" at the beginning of a restore for disk based backups. Here is what the console is showing: 8-Mar 10:52 write.llnl.gov-dir JobId 31259: Start Restore Job home-server01_Restor

[Bacula-users] Connection to SD failed "Auth failed PW" but correct password

2011-03-28 Thread Roland Plüss
(Tried to send this already but it looks like it failed) I'm running here into a big problem. I have on my server Bacula with Dir, SD and FD. Now I have a NAS which is supposed to take over the SD part. It's a Synology one so I installed bacula on it. SD is configurated and running. The passwords

Re: [Bacula-users] Bacula 5.0.2 - Action On Purge = Truncate not working

2011-03-28 Thread Josh Fisher
On 3/27/2011 11:31 AM, Ondrej PLANKA (Ignum profile) wrote: > >> Ciao! > >> > >> same behavior in 5.0.3 version. File based Volumes are not truncated > >> after console command "purge volume action=all allpools storage=File " > >> > >> Any hints? > > > > Does it work with pool