Re: [Bacula-users] Rescue CD/USB for Debian

2011-06-20 Thread Geert Stappers
Op 20110620 om 20:45 schreef Craig Van Tassle: > I was wondering if anyone knew how to make a Rescue CD/USB key for > Debian? > > I have not been able to really find documentation on how to make one > for Debian, and I have not found one to download. Two options that I do

Re: [Bacula-users] How do counters work?

2011-06-20 Thread Stuart McGraw
On 06/20/2011 04:51 PM, Dan Langille wrote: > I;m posting this because nobody has answered you yet. > Perhaps my prompts will get you to supply additional information. :) Thanks, much appreciated. > On Jun 20, 2011, at 1:41 PM, Stuart McGraw wrote: > >> So I am generating backup volumes limit

Re: [Bacula-users] Firewall traversal

2011-06-20 Thread Dan Langille
On Jun 20, 2011, at 12:11 PM, Kevin O'Connor wrote: > My setup is as follows: > > Bacula Server (DIR, SD) -> Firewall/NAT -> Server to be backed up (FD) > > The FD is accessible from anywhere, but the DIR/SD is not (NAT/FW). > > When I start the backup, the Director connects to the FD without

Re: [Bacula-users] How do counters work?

2011-06-20 Thread Dan Langille
I;m posting this because nobody has answered you yet. Perhaps my prompts will get you to supply additional information. :) On Jun 20, 2011, at 1:41 PM, Stuart McGraw wrote: > So I am generating backup volumes limited in size > to fit on a DVD. Since I use automatic volume labeling > and some

Re: [Bacula-users] time since last non-virtual backup

2011-06-20 Thread Gavin McCullagh
On Mon, 20 Jun 2011, Gavin McCullagh wrote: > This seems quite close > > SELECT Job.Name, MAX(Job.RealEndTime) > FROM Job > WHERE Job.Type='B' AND Job.JobStatus='T' > GROUP BY Job.Name; > > but we have clients who manually trigger their own incremental (eg once per

[Bacula-users] Rescue CD/USB for Debian

2011-06-20 Thread Craig Van Tassle
I was wondering if anyone knew how to make a Rescue CD/USB key for Debian? I have not been able to really find documentation on how to make one for Debian, and I have not found one to download. Thanks -- Craig Van Tassle HUBzero.org System Administrator YONG 1006 Desk Phone : (765)496-6413 --

Re: [Bacula-users] Fileset: How exclude all except...

2011-06-20 Thread Martin Simmons
> On Mon, 20 Jun 2011 11:13:39 -0600, Stuart McGraw said: > > > If you also wish to exclude other dot-directories, I would try something > > like: > > > > FileSet > > { > >Include > >{ > > Options > > { > > wilddir = "/home/*/.backup" > > } > > Options

Re: [Bacula-users] Firewall traversal

2011-06-20 Thread Gavin McCullagh
Hi, On Mon, 20 Jun 2011, Kevin O'Connor wrote: > I understand how it's supposed to work (FD to SD), that's why I'm asking if > there was some cryptic config option or something I was missing to make it > do the reverse. It exists as Active/Passive in FTP, so it's not too crazy > to think somethi

[Bacula-users] How do counters work?

2011-06-20 Thread Stuart McGraw
So I am generating backup volumes limited in size to fit on a DVD. Since I use automatic volume labeling and some backups result in multiple volumes, I include a counter in the label name. I want its value to be 1 for the first volume of the job, 2 for the second, etc. First problem: counter d

Re: [Bacula-users] Firewall traversal

2011-06-20 Thread Kevin O'Connor
I understand how it's supposed to work (FD to SD), that's why I'm asking if there was some cryptic config option or something I was missing to make it do the reverse. It exists as Active/Passive in FTP, so it's not too crazy to think something similar might exist for Bacula. I guess not though.

Re: [Bacula-users] Fileset: How exclude all except...

2011-06-20 Thread Stuart McGraw
On 06/18/2011 01:37 PM, Andrea Conti wrote: >> I want to exclude all dot files in home directories >> ("/home/*/.*"), *except* the directories "/home/*/.backup/". >> >> Any hints on how to do this? > > If you want to exclude dot _files_ (i.e. you don't care about > directories whose name starts

Re: [Bacula-users] Firewall traversal

2011-06-20 Thread Gavin McCullagh
Hi, On Mon, 20 Jun 2011, Kevin O'Connor wrote: > Bacula Server (DIR, SD) -> Firewall/NAT -> Server to be backed up (FD) > > The FD is accessible from anywhere, but the DIR/SD is not (NAT/FW). > > When I start the backup, the Director connects to the FD without a problem, > but then when the Dir

Re: [Bacula-users] Firewall traversal

2011-06-20 Thread Craig Van Tassle
On Mon, 20 Jun 2011 12:11:21 -0400 "Kevin O'Connor" wrote: > My setup is as follows: > > Bacula Server (DIR, SD) -> Firewall/NAT -> Server to be backed up (FD) > > The FD is accessible from anywhere, but the DIR/SD is not (NAT/FW). > > When I start the backup, the Director connects to the FD w

Re: [Bacula-users] Firewall traversal

2011-06-20 Thread John Drescher
2011/6/20 Kevin O'Connor : > My setup is as follows: > Bacula Server (DIR, SD) -> Firewall/NAT -> Server to be backed up (FD) > The FD is accessible from anywhere, but the DIR/SD is not (NAT/FW). > When I start the backup, the Director connects to the FD without a problem, > but then when the Direc

Re: [Bacula-users] Firewall traversal

2011-06-20 Thread shouldbe q931
OpenVPN ? 2011/6/20 Kevin O'Connor : > My setup is as follows: > Bacula Server (DIR, SD) -> Firewall/NAT -> Server to be backed up (FD) > The FD is accessible from anywhere, but the DIR/SD is not (NAT/FW). > When I start the backup, the Director connects to the FD without a problem, > but then whe

Re: [Bacula-users] Firewall traversal

2011-06-20 Thread jerry lowry
I have a similar setup. Can you add a rule in the firewall that will allow the FD access to the SD. That's what I did in order to get my backups to work. On 6/20/2011 9:11 AM, Kevin O'Connor wrote: My setup is as follows: Bacula Server (DIR, SD) -> Firewall/NAT -> Server to be backed up (F

[Bacula-users] Firewall traversal

2011-06-20 Thread Kevin O'Connor
My setup is as follows: Bacula Server (DIR, SD) -> Firewall/NAT -> Server to be backed up (FD) The FD is accessible from anywhere, but the DIR/SD is not (NAT/FW). When I start the backup, the Director connects to the FD without a problem, but then when the Director tells the FD to connect back t

Re: [Bacula-users] Volume Rotation Simulation?

2011-06-20 Thread John Drescher
>  This may sound a bit odd, but is there a way to simulate media rotation? For > instance, tell the bacula to fast-forward to a point in time and see if > volumes get recycled as expected. >  I'm trying out some different schemes and would to be able test things a bit > faster than realtime...

Re: [Bacula-users] time since last non-virtual backup

2011-06-20 Thread Gavin McCullagh
Hi, On Mon, 20 Jun 2011, Gavin McCullagh wrote: > I'm looking to work out a query or script which quotes me the time since > the last live backup (ie I don't want to include virtual full backups) for > each of our configured jobs. > > Not all of our backups are scheduled, some are triggered manu

Re: [Bacula-users] Waiting on Maximum Storage Jobs

2011-06-20 Thread Craig Van Tassle
On Mon, 20 Jun 2011 16:06:47 +0200 Uwe Schuerkamp wrote: > On Mon, Jun 20, 2011 at 09:56:29AM -0400, Craig Van Tassle wrote: > > I've got several jobs that are running at the same time and they are > > spooling data to the local disk, then writing to my Tape Drive for > > full backups. My Increme

Re: [Bacula-users] Waiting on Maximum Storage Jobs

2011-06-20 Thread Uwe Schuerkamp
On Mon, Jun 20, 2011 at 09:56:29AM -0400, Craig Van Tassle wrote: > I've got several jobs that are running at the same time and they are > spooling data to the local disk, then writing to my Tape Drive for full > backups. My Incremental and Differential's are being written to Disk. > > I can only

[Bacula-users] Waiting on Maximum Storage Jobs

2011-06-20 Thread Craig Van Tassle
I've got several jobs that are running at the same time and they are spooling data to the local disk, then writing to my Tape Drive for full backups. My Incremental and Differential's are being written to Disk. I can only run one Full job at a time. The rest of the jobs are all in the status "Wait

[Bacula-users] time since last non-virtual backup

2011-06-20 Thread Gavin McCullagh
Hi, I'm looking to work out a query or script which quotes me the time since the last live backup (ie I don't want to include virtual full backups) for each of our configured jobs. Not all of our backups are scheduled, some are triggered manually, so I need to produce a list of how long it has be

[Bacula-users] Archive catalog, second catalog, find file from an old volume ?

2011-06-20 Thread Hugo Letemplier
Hello, I made this request in a topic related to "copy" but I am seeing it's a little out-subject. When you make a long term Archiving how do you keep an old file list of job that are archived by a copy job ? In my case I am copying monthly essentials jobs to an lto tape, for many years maybe as