Martin, you are right, my bad, I overlooked that you were not using RegexDir,
but Regex for the exclude.
I am very glad that your solution works, thank you so much. I have to admit, on
that evening I had been mucking around a lot more and also a friend, and none
of our attempts worked as intend
The order of the File declarations relative to the Options declarations
doesn't matter. However, the order of the Options declarations relative to
each other does matter (Bacula uses the first Options that matches based on
RegexDir etc).
The problem below is that you are using RegexDir instead of
Martin, thanks, I admit that for me the fileset definition is one of the more
confusing things in Bacula. Thanks for the explanation, however, honestly, I
don’t get it.
I adapted the fileset according to your proposal, and this is what baculum
makes from it:
Fileset {
Name = "test-appdata"
En
> On Fri, 26 Aug 2022 20:41:22 +0200, Justin Case said:
>
> So actually, the fileset did back up the /home/../containerdata.. stuff, but
> also other files outside of /home/,,,/containderdata, which I did not intend
> to happen.
>
> in the /home/dockerman there are only dot-files sich as .Xau
> On Fri, 26 Aug 2022 20:12:45 +0200, Justin Case said:
>
>
> > On 26. Aug 2022, at 19:53, Martin Simmons wrote:
> >
> > show fileset="various-appdata”
>
> FileSet: name=various-appdata IgnoreFileSetChanges=0
> O f
> RD ^/mnt/containerdata-.*/
> N
> O fe
> RD
> On 26. Aug 2022, at 19:53, Martin Simmons wrote:
>
>
> Also, does it work if you only have the /home/dockerman Include?
>
That does work, with the following caveat:
So actually, the fileset did back up the /home/../containerdata.. stuff, but
also other files outside of /home/,,,/contain
> On 26. Aug 2022, at 19:53, Martin Simmons wrote:
>
> show fileset="various-appdata”
FileSet: name=various-appdata IgnoreFileSetChanges=0
O f
RD ^/mnt/containerdata-.*/
N
O fe
RD ^/mnt/.*/
N
I /mnt
N
O f
RD ^/home/dockerman/container
That is strange -- it works with multiple Include directives for me.
Please post the output of:
show fileset="various-appdata"
Also, does it work if you only have the /home/dockerman Include?
__Martin
> On Thu, 25 Aug 2022 22:45:08 +0200, Justin Case said:
>
> greetings fellas,
>
> i am
greetings fellas,
i am using the following fileset on a number of VMs running docker containers
to backup the container config and user data - and it works for me. It does
backup all /mnt/containerdata..* folders with content, nothing else:
Fileset {
Name = "various-appdata"
EnableVss = no
On 18/10/2019 22:05, Kienzle, Jonathan-David wrote:
Hey there,
I was following this guide:
https://tyler-hitzeman.github.io/bacula/install-server.html
All went well till I got to the real installation of Bacula.
Because I work on a VM without internet connection, I had to bypass the
wget comm
Hey there,
I was following this guide:
https://tyler-hitzeman.github.io/bacula/install-server.html
All went well till I got to the real installation of Bacula.
Because I work on a VM without internet connection, I had to bypass the wget
commands via scp.
Now my problem:
I ran the configuration s
> Hey guys,
> I have a brand new Bacula 5.2.6 install on a Virtualmin platform.
> Everything on the Server side says its up and running and I am able to run
> backups of the server itself...
> Now I tried to add a Windows Server 2012 client.. I installed the windows
> program and configured it t
Hey guys,
I have a brand new Bacula 5.2.6 install on a Virtualmin platform.
Everything on the Server side says its up and running and I am able to run
backups of the server itself...
Now I tried to add a Windows Server 2012 client.. I installed the windows
program and configured it to point bac
I would like to create backups to disk and archive those backups to tape
afterwards. I create an incremental backup to disk every day (except sunday)
and I create a full backup to disk every sunday. What I really would like that
those backups are automatically archived to tape. Can somebody plea
Dear Ana,
Thanks for the response. It took a few days to find this in the Inbox.
I see what you're saying. What else besides Max Volumes tells Bacula not to
label anymore. I kind of wanted it to manage that on its own, otherwise
I'll be changing that everytime I add a new client. Then of course
Hi Shon,
The question is that bacula needs more than just the "retention period" to
recycle volumes when you´re using disk volumes and automatic labeling. If
you don´t have a limit of volumes in your pool or something else that tells
bacula to not label any more volumes, just use an older one that
> did you remember to update your volumes after changing the pool
> definition? Depending on the size of your catalog, recycling can take
> quite a while, but still bacula should not create new volumes. I don't
> see a "maximum volumes" in your pool def, so basically the number of
> volumes in the
On Thu, Jul 11, 2013 at 10:01:24AM -0400, Mingus Dew wrote:
> Dear All,
> I am running Bacula Community Edition 5.2.13 on Solaris 10 x86. I am
> trying to understand why Bacula doesn't seem to recycle when I think it
> should.
> I have recently moved to a configuration where each Volume c
Hi Mingus,
When using disk volumes with automatic volume labeling, you have to tell
bacula when to stop labeling new volumes... You can do it limiting the
number of volumes in the pool. Also, you can try Recycle Oldest Volume =
yes. Pasted from
http://www.bacula.org/en/dev-manual/main/main/Basic_V
Dear All,
I am running Bacula Community Edition 5.2.13 on Solaris 10 x86. I am
trying to understand why Bacula doesn't seem to recycle when I think it
should.
I have recently moved to a configuration where each Volume contains
only a single Job. I had envisioned that when the Volume Reten
> in the chapter "Create a Bacula rescue CDROM" to access the
> and run the "configure" file but this file
> does not exists in this directory (Reminder: I'm under the
> Bacula server).
> cd
>./configure \
> --with-static-fd= \
> --with-bacula-scripts=
> cd linux/cdrom
> su
> (en
In the doc of this link :
http://www.bacula.org/de/dev-manual/Disast_Recove_Using_Bacula.html, the author
asked, in the chapter "Create a Bacula rescue CDROM" to access the
and run the "configure" file but this file does not exists in
this directory (Reminder: I'm under the Bacula server).
cd
If I remember correctly, version 5.0 of the Windows File Daemon was saving
the config file in a user folder; while 5.2 uses a config file in the
program folder might be the issue you are facing?
On 6 March 2013 14:13, Erik P. Olsen wrote:
> Few days ago I installed bacula 5.2.12 on my Fedor
Few days ago I installed bacula 5.2.12 on my Fedora 18 and win32-6.0.6.exe on
my
wifes Windows 7 system. Backup of the Linux host is OK but I can't backup the
windows system. I came from bacula 5.0.3 and had no problem backing up the
Windows system. I am using the same .conf files as before exc
On Wed, Oct 19, 2011 at 2:17 PM, Ben Walton wrote:
>
> I'm not positive, but I believe that to reference this job by name,
> you'd want: RestoreFiles.2011-10-19_11.53.27_04
>
> Not just RestoreFiles.
>
> Also, if you just say cancel, doesn't it prompt you with a menu driven
> choice?
>
> Thanks
>
Excerpts from Eric Pratt's message of Wed Oct 19 16:31:42 -0400 2011:
> --snip--
> JobId 25604 Job RestoreFiles.2011-10-19_11.53.27_04 is running.
> --snip--
>
> I have another restore queued up that I do need this one is keeping
> the one I need from proceeding. How can I cancel this restore jo
I tried restoring a file but the restore wanted to mount an offsite
tape. I took another path to get the file I need so no longer need
this restore done. However, it's still waiting on a mount so I cannot
cancel it. Here is what happens.
*status all
--snip--
JobId 25604 Job RestoreFiles.2011-10
> I´m dealing with my first Bacula installation. I have installed
> in one virtual server the full software and in another server everything
> regarding client. My question is how I make a relationship between the
> master and the client? what file I have to change? could you show me an
On Tue, 30 Aug 2011 12:10:08 -0300
Ignacio Cardona wrote:
> I´m dealing with my first Bacula installation. I have
> installed in one virtual server the full software and in another
> server everything regarding client. My question is how I make a
> relationship between the master and
Dear all,
I´m dealing with my first Bacula installation. I have installed
in one virtual server the full software and in another server everything
regarding client. My question is how I make a relationship between the
master and the client? what file I have to change? could you show me
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Mike Hobbs @ 07/24/2011 06:15 PM:
> On 7/23/2011 3:56 PM, scar wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> i want to set up certificates for secure communication between my
>> director and clients. i've read several guides including the info on
Hi,
> my certs now have the following permissions:
>
> - -rw-r--r-- 1 root bacula 3195 2011-07-23 16:53 home1.crt
> - -r 1 bacula bacula 887 2011-07-23 16:53 home1.key
> - -rw-r--r-- 1 root bacula 1359 2011-07-23 16:52 myca.crt
>
> so bacula should be able to read them all now, yet i
On 7/23/2011 3:56 PM, scar wrote:
> -BEGIN PGP SIGNED MESSAGE-
> i want to set up certificates for secure communication between my
> director and clients. i've read several guides including the info on
> bacula.org, but i am so confused how to do it.
This is not my website, but I configur
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Craig White @ 07/24/2011 10:14 AM:
> On Sun, 2011-07-24 at 09:29 -0700, scar wrote:
>> frankly i don't see why bconsole, which was able to be run fine under
>> normal user privileges, now needs to be run as root to access the
>> private key.
>
>
On Sun, 2011-07-24 at 09:29 -0700, scar wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Ben Walton @ 07/24/2011 05:22 AM:
> > Excerpts from scar's message of Sun Jul 24 00:12:30 -0400 2011:
> >
> >> so i tried adding `TLS Allowed CN = "home1"` and still get the same
> >> error. ho
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Ben Walton @ 07/24/2011 05:22 AM:
> Excerpts from scar's message of Sun Jul 24 00:12:30 -0400 2011:
>
>> so i tried adding `TLS Allowed CN = "home1"` and still get the same
>> error. however, i tried using the `-d 99` switch for bconsole and
>> it
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Ben Walton @ 07/24/2011 05:22 AM:
> Excerpts from scar's message of Sun Jul 24 00:12:30 -0400 2011:
>
>> so i tried adding `TLS Allowed CN = "home1"` and still get the same
>> error. however, i tried using the `-d 99` switch for bconsole and
>> it
Excerpts from scar's message of Sun Jul 24 00:12:30 -0400 2011:
> so i tried adding `TLS Allowed CN = "home1"` and still get the same
> error. however, i tried using the `-d 99` switch for bconsole and
> it reveals something helpful:
You need to make sure that this parameter exactly matches what
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Mike Hobbs @ 07/23/2011 06:32 PM:
> On 7/23/2011 8:38 PM, scar wrote:
>> this is what i have in home1.bacula-dir.conf:
>>
>> Director {
>>Name = home1-dir
>>DirAddress = home1.local
>>...
>>TLS Enable = yes
>>TLS Require = yes
>>
On 7/23/2011 8:38 PM, scar wrote:
> this is what i have in home1.bacula-dir.conf:
>
> Director {
>Name = home1-dir
>DirAddress = home1.local
>...
>TLS Enable = yes
>TLS Require = yes
>TLS Verify Peer = yes
>TLS CA Certificate File = /etc/bacula/myca.crt
>TLS Certific
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Ben Walton @ 07/23/2011 02:01 PM:
> Excerpts from scar's message of Sat Jul 23 15:56:53 -0400 2011:
>
>> i think what is confusing me the most is what to use for CN, but i
>> am generally puzzled as to how to generate the certs properly in
>> genera
Excerpts from scar's message of Sat Jul 23 15:56:53 -0400 2011:
> i think what is confusing me the most is what to use for CN, but i
> am generally puzzled as to how to generate the certs properly in
> general. i've got TinyCA installed and i created a CA, what's next?
Generally speaking, the CN
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
i want to set up certificates for secure communication between my
director and clients. i've read several guides including the info on
bacula.org, but i am so confused how to do it.
i currently have 4 machines i want backed up, two are at home and
Am 08.03.2011 um 21:59 schrieb Kenney, William P. (Information
Technology Services):
>
>> Several things. RH will update these via FasTrack Updates (stated in
>> bugzilla entries).
>>
>> Some links (/usr/sbin/dbcheck, /usr/sbin/bscan) are wrong and the
>> original 5.0.0 version
>> has a wrong per
Guys
I have been running Bacula for years and love it, but every now and
then it does something that I can't figure out. So here's the current
issue:
The system is telling me that there are no appendable volumes, as in :
08-Mar 08:56 bkupsvr2-sd JobId 18818: Job
seismicfs-seism
On 3/5/11 11:04 AM, Kenney, William P. (Information Technology Services)
wrote:
Hello all,
I am new to Bacula. I have gotten Bacula to run on Ubuntu and am
trying to install it on RHES 6 as a production backup solution with no
luck.
I am using MySql 5.1 as the database. The Bacula distribut
Am 05.03.2011 um 21:23 schrieb Kenney, William P. (Information
Technology Services):
>
>>> trying to install it on RHES 6 as a production backup solution with
>>> no luck.
>>>
>
>> Which package version is installed? (rpm -qa | grep bacula)
>> Version 5.0.0-7.el6 of RHEL is broken.
>
> Thanks Pa
Quoting "Kenney, William P. (Information Technology Services)"
:
> Hello all,
>
>
>
> I am new to Bacula. I have gotten Bacula to run on Ubuntu and am trying
> to install it on RHES 6 as a production backup solution with no luck.
>
>
>
> I am using MySql 5.1 as the database. The Bacula distribut
Am 05.03.2011 um 20:04 schrieb Kenney, William P. (Information
Technology Services):
> I am new to Bacula. I have gotten Bacula to run on Ubuntu and am
>
> trying to install it on RHES 6 as a production backup solution with
> no luck.
>
Which package version is installed? (rpm -qa | grep bac
On Thu, Apr 8, 2010 at 9:02 AM, Matija Nalis
> wrote:
> On Tue, Apr 06, 2010 at 08:40:20AM -0600, Robert LeBlanc wrote:
> > I've tried in the past to do exactly this. Bacula will usually spit out
> an
> > error that the tape could not be moved or in rarer situations say the
> drive
> > is not the
On Tue, Apr 06, 2010 at 08:40:20AM -0600, Robert LeBlanc wrote:
> I've tried in the past to do exactly this. Bacula will usually spit out an
> error that the tape could not be moved or in rarer situations say the drive
> is not there. I then shut down bacula-sd and try to run the mt eject command
>
On Tue, Apr 6, 2010 at 3:23 AM, Matija Nalis
> wrote:
> On Sun, Apr 04, 2010 at 01:20:49PM -0600, Robert LeBlanc wrote:
> > I'm having problems with our SD and tapes being locked in the
> > drive occasionally.
>
> How does it manifest exactly ? bconsole umount command returns error,
> or remains
On Sun, Apr 04, 2010 at 01:20:49PM -0600, Robert LeBlanc wrote:
> I'm having problems with our SD and tapes being locked in the
> drive occasionally.
How does it manifest exactly ? bconsole umount command returns error,
or remains in some state (check with "status storage") ? Which state
and/or er
I'm having problems with our SD and tapes being locked in the
drive occasionally. At first I thought this might be a problem with our tape
library. Then I saw these errors in the syslog. I switched out the Qlogic FC
adapter thinking that maybe it was just losing all the paths to the drive.
I'm stil
I'm struggling to get migration to work in 5.0.1. I started afresh, making a
test based on
the example in the docs.
When I run the job, its using the Device from the source's pool instead of the
destination. Below the remote storage daemon reports it can't reserve
"TestFileStorage".
I expect it
> All,
> Using Bacula 3.0.2 on Solaris 10_x86. I have a
> question regarding how to properly recover tapes from a
> status of "Error". I also have some questions on
> reassigning tapes from one Storage Pool to a different
> Pool.
>
> I am not sure how this status came to be, but I curren
All,
Using Bacula 3.0.2 on Solaris 10_x86. I have a question regarding how
to properly recover tapes from a status of "Error". I also have some
questions on reassigning tapes from one Storage Pool to a different Pool.
I am not sure how this status came to be, but I currently have a few tapes
I need some help with migration of backup data from disk to tape.
How can I set up that the whole data of all clients (one pool of disk based
volumes) including last full and every incremental backup since then is moved
over to tape.
I found out how to migrate every client, but then only the l
On 04/04/2009 17:28, Erik P. Olsen wrote:
> The service is attempted started by the command:
>
> "C:\Program Files\Bacula\bin\bacula-fd.exe" /service -c
> "C:\ProgramData\Bacula\bacula-fd.conf"
>
> Since this Vista is Danish the directory "\Program Files" does not exist, it
> is replaced by "\Prog
I am currently running bacula 2.4.3 and in the process of including a
Windows Vista box in the backup service. I believe I have installed
winbacula-2.4.3.exec correctly. However, the Bacula File Service does not
start and gives the error message "error 3: The specified path was not found".
The ser
I need some help to configure Bacula.
So far, I make a weekly backup to disk (Media Type = File), with a full
backup every Sunday and incremental backups the other days. These
backups are kept 4 weeks. This is already working.
What I have not been able to configure is : to copy to a tape, the
fir
Solved - and I think I uncovered a bug in bacula in the process. First,
the schedule I posted actually works; I had made one innocuous change
before posting that turned out to be the problem: unlike other parts of
the configuration file, the Schedule resource does not understand a
space in the
I am trying to use a schedule to alternate between two different hard
disks, and it doesn't behave as expected. I'm using bacula 2.4.2. I'd
appreciate some help debugging my schedule. Here is the idea:
- On the first through the 15th of the month, use disk 1. On the 16th
through 31st, use disk
I'm not entirely sure if its a Bacula specific issue, but I could use some
advice (as usual)
I'm running Bacula 2.4.2 on Solaris 10_x68 with and Exabyte LTO-3 Tape
libary. What is happening is that at some point an error occurs to the
device and then Bacula can no longer load or even determine the
> My server is 2.2.5 on Solaris 10 x86. I'd like to find a 2.2.5 client for
> rhel4 x86_64 that is already built. I attempted building from srpm, but
> ran
>
Why not to pick the latest one, 2.2.7:
bacula-client-2.2.7-1.el4.x86_64.rpm
It's on Sourceforge, follow the link from Bacula's website.
--
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Look at contrib-fschwarz.
Mingus Dew wrote:
> All,
> I've seen a ton of bacula rpms, but none specifically for my system
> type (RHEL4, x86_64). I am currently using
>
> bacula-client-2.0.0-1.el4.x86_64.rpm
>
> Which I'm not sure where I got th
All,
I've seen a ton of bacula rpms, but none specifically for my system
type (RHEL4, x86_64). I am currently using
bacula-client-2.0.0-1.el4.x86_64.rpm
Which I'm not sure where I got this from. I've noticed that for clients I've
enabled data encryption for, its only the clients running this
David (and others)
Thanks for your responses. I know it may seem like an easy thing,
but I'm a really cautious guy when mucking with customer production
system. I really appreciate all the tips, especially for a non-Debian
guy like myself.
-Shon
On Nov 14, 2007 4:48 PM, David Legg <[EMAIL PR
Hi Shon et al.
Have you googled ?
http://www.debianhelp.co.uk/bacula2.htm
Michael
On Nov 14, 2007 11:48 PM, David Legg <[EMAIL PROTECTED]> wrote:
> Hi Shon,
>
> Shon Stephens wrote:
> > I am completely unfamiliar with Debian and its installation
> > system. I would like to know how others have
Hi Shon,
Shon Stephens wrote:
> I am completely unfamiliar with Debian and its installation
> system. I would like to know how others have easily
> installed a Bacula client (FD) on Debian hosts.
>
I was, like yourself, unfamiliar with the Debian install method; having
been used to the RedHat
I don't use the binary version of Bacula. Simply
download the source code - untar it - first comand =
./configure --client-only - second command = make &&
make install. That is it.
ZK
--- Shon Stephens <[EMAIL PROTECTED]> wrote:
> All,
> I am completely unfamiliar with Debian and its
> in
Shon Stephens wrote:
> All,
> I am completely unfamiliar with Debian and its installation
> system. I would like to know how others have easily (or not so easily)
> installed a Bacula client (FD) on Debian hosts.
>
> Thanks,
> Shon
I manually installed the packman 2.2.5 version of bac
Hi Shon,
"Shon Stephens" <[EMAIL PROTECTED]> writes:
> installed a Bacula client (FD) on Debian hosts.
In testing is bacula 2.2.0, so for a production system you should
compile bacula 2.2.6 yourself and use something like GNU stow
to avoid "pollution" of the system.
Yours sincerely,
Eric Böse-
All,
I am completely unfamiliar with Debian and its installation
system. I would like to know how others have easily (or not so easily)
installed a Bacula client (FD) on Debian hosts.
Thanks,
Shon
-
This SF.net email is
ail: djgardner(at)yahoo.com Yahoo! IM: djgardner AIM:
> dgardner09 "Everything is a learning experience, even a mistake."
>
> - Original Message From: Arno Lehmann <[EMAIL PROTECTED]>
> To: bacula-users@lists.sourceforge.net Sent: Tuesday, October 23,
> 2007 3
= /usr/local/reports/A*
}
}
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
David Gardner
email: djgardner(at)yahoo.com
Yahoo! IM: djgardner
AIM: dgardner09
"Everything is a learning experience, even a mistake."
- Original Message
From: Arno Lehmann <[EMAIL PROTECTE
tober 23, 2007 3:01:24 PM
Subject: Re: [Bacula-users] need help defining client files for backup...
Hi,
23.10.2007 23:57,, David Gardner wrote::
> Hey gang,
>
> I've read through all the docs I can find on the subject but just
> cannot decipher the correct method of describing
Hi,
23.10.2007 23:57,, David Gardner wrote::
> Hey gang,
>
> I've read through all the docs I can find on the subject but just
> cannot decipher the correct method of describing in a fileset which
> directories on which client machine should be backed up.
>
> Here's the Linux Server:/directori
Hey gang,
I've read through all the docs I can find on the subject but just
cannot decipher the correct method of describing in a fileset which
directories on which client machine should be backed up.
Here's the Linux Server:/directories I want backed up where the
connections have all been ma
Hi,
18.10.2007 21:40,, Shon Stephens wrote::
> I am using Bacula 2.0.3 (though I'm not sure this is the Windows FD
> version). I'm trying to backup the Sytem State and configure VSS
> options, but haven't deciphered from the manual how to do them.
> I'm not very familiar with Windows, but these
I am using Bacula 2.0.3 (though I'm not sure this is the Windows FD
version). I'm trying to backup the Sytem State and configure VSS options,
but haven't deciphered from the manual how to do them.
I'm not very familiar with Windows, but these are clients that must be
backed up by Bacula.
FIrst, I
Hi,
11.09.2007 13:36,, Christoph Litauer wrote::
> Dear admins,
>
> I accidently removed all files in /etc/bacula on my bacula server ("rm
> wx-console.conf *" should have been "rm wx-console.conf*").
> As the daemons were still running I recreated a minimal bconsole.conf,
> connected to the dire
Dear admins,
I accidently removed all files in /etc/bacula on my bacula server ("rm
wx-console.conf *" should have been "rm wx-console.conf*").
As the daemons were still running I recreated a minimal bconsole.conf,
connected to the director and tried to restore /etc/bacula. I got the
following err
Shon Stephens wrote:
> Hello all,
> I'm new to Bacula and am evaluating it for use in my environment on
> a Solaris 10_x86 system. My tape device is recognized by the system as
> /dev/rmt/0. However I have not been able to identify the device
> associated with the changer. Can someone help me
Hello all,
I'm new to Bacula and am evaluating it for use in my environment on a
Solaris 10_x86 system. My tape device is recognized by the system as
/dev/rmt/0. However I have not been able to identify the device associated
with the changer. Can someone help me in identifying the device?
Hi,
25.06.2007 17:22,, mikee wrote::
...
> I've modified my bacula-dir.conf file as mentioned in the link above
> to have pools for full, differential, and incremental. This setup
> seems to be working fine for a single client, the bacula server
> itself. Now I'm expanding my test to include other
Hello,
> Date: Mon, 25 Jun 2007 10:22:05 -0500
> From: mikee <[EMAIL PROTECTED]>
> Subject: Re: [Bacula-users] need help managing disk configuration
> Cc: bacula-users
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=us-ascii
> On Fri, 2
Thank you Arno,
This is rather what I expected. Kern seemed to say he was using the
backup scheme from the manual with several clients, so I'd still like
to see how that might work. However, your setup makes sense to me and
seems less fragile, so I think I'll go with it. I have a few
questions
On Fri, 22 Jun 2007, Kyle Marsh might have said:
> Hello again all,
>
> I've tried looking in the manual for help, but I've found that while
> the manual is fairly comprehensive, it's not remarkably accessible;
> that is, while I'm sure my answers are probably in there somewhere,
> I'm not at all
Hi,
23.06.2007 03:16,, Kyle Marsh wrote::
> Thank you Arno,
>
> This is rather what I expected. Kern seemed to say he was using the
> backup scheme from the manual with several clients, so I'd still like
> to see how that might work.
Well, Kern pointed out that this was an example, and I suppos
Thank you Arno,
This is rather what I expected. Kern seemed to say he was using the
backup scheme from the manual with several clients, so I'd still like
to see how that might work. However, your setup makes sense to me and
seems less fragile, so I think I'll go with it. I have a few
questions
Hi,
23.06.2007 02:03,, Kyle Marsh wrote::
> Hello again all,
>
> I've tried looking in the manual for help, but I've found that while
> the manual is fairly comprehensive, it's not remarkably accessible;
Quite true, unfortunately...
> This says nothing about how they interact with volumes, but
Kyle Marsh wrote:
> I've tried looking in the manual for help, but I've found that while
> the manual is fairly comprehensive, it's not remarkably accessible;
> that is, while I'm sure my answers are probably in there somewhere,
> I'm not at all sure that I could find them, so I come to you for hel
Hello again all,
I've tried looking in the manual for help, but I've found that while
the manual is fairly comprehensive, it's not remarkably accessible;
that is, while I'm sure my answers are probably in there somewhere,
I'm not at all sure that I could find them, so I come to you for help.
On t
On Friday 22 June 2007 21:48, Kyle Marsh wrote:
> On 6/22/07, Kern Sibbald <[EMAIL PROTECTED]> wrote:
> > > Date: Thu, 21 Jun 2007 11:44:03 -0700
> > > From: "Kyle Marsh" <[EMAIL PROTECTED]>
> > > Subject: Re: [Bacula-users] need hel
On 6/22/07, Kern Sibbald <[EMAIL PROTECTED]> wrote:
> > Date: Thu, 21 Jun 2007 11:44:03 -0700
> > From: "Kyle Marsh" <[EMAIL PROTECTED]>
> > Subject: Re: [Bacula-users] need help managing disk configuration
> > To: bacula-users
> > Message-
> Date: Thu, 21 Jun 2007 11:44:03 -0700
> From: "Kyle Marsh" <[EMAIL PROTECTED]>
> Subject: Re: [Bacula-users] need help managing disk configuration
> To: bacula-users
> Message-ID:
> <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-88
On Fri, 22 Jun 2007, [EMAIL PROTECTED] wrote:
>> on RAID5 volumes. I pointed out that his high performance database had
>> been running on a RAID5 (hardware implementation over Fibre Channel)
>> volume set for 6 months.
>
> With a lot of NVRAM in the storage cabinet? ;)
2Gb NVRAM (battery backe
On Thu, 21 Jun 2007, Jeff Kalchik wrote:
> My point is that there are always alternatives. Speed costs, how fast do
> you want to go.
Or put another way:
"Good, Fast, Cheap - pick any two"
-
This SF.net email is sponsor
On Thu, 21 Jun 2007, David Romerstein wrote:
> My gut tells me that, if one drive in a new-ish device fails, the
> likelihood of a second failing at-or-near the same time is pretty high, as
> the drives themselves are likely to be from the same manufacturing batch.
Your gut and my experience.
I'
1 - 100 of 138 matches
Mail list logo