Re: [Bacula-users] SQL Query to get size of all Full/Diff Backups

2011-03-30 Thread Dan Langille
On Mar 30, 2011, at 4:46 PM, Rodrigo Renie Braga wrote: > Hello list. > > Can someone send me the SQL Query to get the size that all my Full, Diff and > Inc backups are currently consuming? In my config, I have 5 Pools that store > Full Backup tapes, the same happens for Diff and Inc Backups. B

[Bacula-users] Scheduling Question

2011-03-30 Thread Randy Katz
Hi, Now that I have used Bacula a full cycle (60 days) I have a question: If backups are done Full (which expires after 60 days). Then Diff each week and Incre each day where there is no Diff Then restoring from any given date going back 60 days is not a problem UNTIL the initial Full is replaced

[Bacula-users] slot is repeatedly set to zero

2011-03-30 Thread Dan Langille
I've been able to reproduce this situation reliably. I'm using an autochanger on FreeBSD 8.x within Bacula 5.0.3. * Let a job start and ask for a new tape (in my case, part of the job writes to an existing tape) * Don't give Bacula the tape it is asking for * label a new tape * Bacula grabs it

Re: [Bacula-users] Restore (knock on wood) from Copy Jobs

2011-03-30 Thread Rodrigo Renie Braga
Thanks Kleber (Brazillian?) We will keep these copy tapes on another building (~5km away). There they have a reinforced safe that the company "Itaipu Binacional" already use for the same purpose. Also, daily I have a specific Job with a RunAfter directive that saves the Catalog Database and Bacula

[Bacula-users] Questions regarding the copy job 'selection type'

2011-03-30 Thread jerry lowry
Hello list, I have setup a copy job that will copy with a 'selection type = oldest volume' to a hot swapable disk so that I can move it offsite. The job worked just fine up until it got to the end of the from volume, then it failed. My question is: If it hits the end of the volume will it

Re: [Bacula-users] My Documents

2011-03-30 Thread Christian Manal
Am 30.03.2011 23:05, schrieb Paul Fontenot: > I am attempting to backup only the "My Documents" directory on my > Windows machines and I'm not having any luck. Here is my FileSet > directive > > FileSet { > Name = "My Documents" > Enable VSS = yes > Include { >

Re: [Bacula-users] My Documents

2011-03-30 Thread Mehma Sarja
On 3/30/11 2:05 PM, Paul Fontenot wrote: > I am attempting to backup only the "My Documents" directory on my > Windows machines and I'm not having any luck. Here is my FileSet > directive > > FileSet { > Name = "My Documents" > Enable VSS = yes > Include { >

Re: [Bacula-users] SQL Query to get size of all Full/Diff Backups

2011-03-30 Thread Kleber Leal
You can start from below. select Level,sum(JobBytes) from Job group by Level; Kleber 2011/3/30 Rodrigo Renie Braga > Hello list. > > Can someone send me the SQL Query to get the size that all my Full, Diff > and Inc backups are currently consuming? In my config, I have 5 Pools that > store Ful

Re: [Bacula-users] Feature request

2011-03-30 Thread Kern Sibbald
Hello, Thank you for your feature request. Unfortunately, I have no idea how to implement it, so unless you can provide some new insight, it will not help adding it to the projects file. Best regards, Kern On Wednesday 30 March 2011 15:23:31 peterfl...@users.sourceforge.net wrote: > Item n:

[Bacula-users] My Documents

2011-03-30 Thread Paul Fontenot
I am attempting to backup only the "My Documents" directory on my Windows machines and I'm not having any luck. Here is my FileSet directive FileSet { Name = "My Documents" Enable VSS = yes Include { File = "C:/Documents and Settings/*/My Documents"

Re: [Bacula-users] Restore (knock on wood) from Copy Jobs

2011-03-30 Thread Kleber Leal
1. Yes. It's ok. 2. the bacula will do this for you. When you try to do restore, if the media has already recycled the bacula will get files from copy. What type of disaster you want to protect? If the boths tape drives was located in the same site you will not able do use it in fire or water inc

[Bacula-users] SQL Query to get size of all Full/Diff Backups

2011-03-30 Thread Rodrigo Renie Braga
Hello list. Can someone send me the SQL Query to get the size that all my Full, Diff and Inc backups are currently consuming? In my config, I have 5 Pools that store Full Backup tapes, the same happens for Diff and Inc Backups. But if you send me a SQL Query. I'm going to use this to know when sh

Re: [Bacula-users] Moving a catalog due to performance issues

2011-03-30 Thread Josh Fisher
On 3/30/2011 12:27 PM, Dermot Beirne wrote: > Hello, > I am using Bacula 5.0.3 on ubuntu 9.04 > > I am have serious performance problems with migration speeds to tape. > I have used the btape speed command to test the throughput of the disk > to tape and it is achieving speeds of up to 6 times what

Re: [Bacula-users] What happen if I change the client of a job ? Multi node virtualization cluster

2011-03-30 Thread Rodrigo Renie Braga
Hugo, please post your results to the list because I think there's a lot of people (me included) that could use a solution like that... 2011/3/30 John Drescher > > My first question is : How can I tell bacula to choose dynamically the > > client according to the result of a script ? > > > > You

[Bacula-users] Restore (knock on wood) from Copy Jobs

2011-03-30 Thread Rodrigo Renie Braga
Hello again everyone. Currently, I have 2 Tape Storages configured on my Bacula Server, but I only using one (which is enough to hold all my Full/Diff backups). I want to use the second Tape Storage to store Backups and take it's tapes somewhere else safe. I was thinking about using Copy Jobs, to

Re: [Bacula-users] problem with stores,

2011-03-30 Thread Mike Carlson
I filed it yesterday: http://bugs.bacula.org/view.php?id=1716 And it was closed immediately as not fixable. I'm okay with what was explained, I think my only comment from here on out is if it was explicitly called out in the documentation not to mix volume sizes. Mike C On 03/30/2011 06:30 AM,

[Bacula-users] Moving a catalog due to performance issues

2011-03-30 Thread Dermot Beirne
Hello, I am using Bacula 5.0.3 on ubuntu 9.04 I am have serious performance problems with migration speeds to tape. I have used the btape speed command to test the throughput of the disk to tape and it is achieving speeds of up to 6 times what my migration speed is getting, so I don't think it's t

Re: [Bacula-users] Volume Retention / Use Duration

2011-03-30 Thread Jeremy Maes
Op 30/03/2011 14:30, Uwe Schuerkamp schreef: > Hi folks, > > I'm trying to wrap my head around the following setup: > > - For a couple of clients / jobs, we'd like to store two full backups > on disk (weekly full, daily incremental) > > - We'd also like to keep 14 incrementals around just in case w

Re: [Bacula-users] What happen if I change the client of a job ? Multi node virtualization cluster

2011-03-30 Thread John Drescher
> My first question is : How can I tell bacula to choose dynamically the > client according to the result of a script ? > You can script that by echoing commands to bconsole. Then execute your script as a cron job. > My second question is : Can I safely/often change the client of a job > without

Re: [Bacula-users] bacula bandwith usage

2011-03-30 Thread Alan Brown
Laurent HENRY wrote: > I let bacula a few days with attribute spooling. > Things are not really different but it is a nice feature anyway. > > I am still not beyond 100Mb/s on my 1Gb/s network. You should be able to hit 300-400Mb/s assuming you are spooling to a mechanical hard drive or cheap S

Re: [Bacula-users] problem with stores,

2011-03-30 Thread Alan Brown
John Drescher wrote: > I have had that as well. I believe any change in the block size causes > all previous tapes to be unreadable. Could this be a fixed blocks > versus variable blocks problem? I suspect so, but unless it's filed it won't get looked at by Kern. AB -

[Bacula-users] Bacula SD dont accept the correct director password :\

2011-03-30 Thread kazabe
Hi. Im starting with bacula using the debian squeeze version (5.0.2). Im experimienting a problem when try to connect with the storage. The console says: 30-mar 08:12 FBKSRV-dir JobId 0: Fatal error: authenticate.c:120 Director unable to authenticate with Storage daemon at "192.168.0.3:9103". P

[Bacula-users] bacula has only backed up part of a directory?

2011-03-30 Thread dobbin
I finally figured out bcscan and shunted the volumes onto another bacula server, hoping it was just a database issue. I rebuilt the catalog from what's in the volumes and the files are still not there. So it looks like bacula just decided not to backup these files. could it be something to do w

[Bacula-users] Volume Retention / Use Duration

2011-03-30 Thread Uwe Schuerkamp
Hi folks, I'm trying to wrap my head around the following setup: - For a couple of clients / jobs, we'd like to store two full backups on disk (weekly full, daily incremental) - We'd also like to keep 14 incrementals around just in case we need to do a point in time recovery. The incrementa

Re: [Bacula-users] bacula bandwith usage

2011-03-30 Thread John Drescher
On Wed, Mar 30, 2011 at 5:00 AM, Laurent HENRY wrote: > Le Tuesday 15 March 2011 13:40:10 John Drescher, vous avez écrit : >> > Fine, i understand it now. Is there a way to just spool attributes and >> > not backuped files themselwes ? >> >> SpoolAttributes=yes in the Job resource. >> >> http://ww

Re: [Bacula-users] What happen if I change the client of a job ? Multi node virtualization cluster

2011-03-30 Thread Hugo Letemplier
Hi, I found no solution to do that. What I think is to have a script on my virtualization cluster that returns the value of the Bacula client that the job should use. My first question is : How can I tell bacula to choose dynamically the client according to the result of a script ? My second

Re: [Bacula-users] bacula bandwith usage

2011-03-30 Thread Laurent HENRY
Le Tuesday 15 March 2011 13:40:10 John Drescher, vous avez écrit : > > Fine, i understand it now. Is there a way to just spool attributes and > > not backuped files themselwes ? > > SpoolAttributes=yes in the Job resource. > > http://www.bacula.org/5.0.x-manuals/en/main/main/Configuring_Director.ht

[Bacula-users] bacula has only backed up part of a directory?

2011-03-30 Thread dobbin
Hi, I considered that but volume retention is set to 65 days and the last full backup was on the 1st probably you have a problem with retention periods. When you select 5 option on restore command you should able to see the entire chain of backup (FDIII...)? Maybe you full backup has already