I am trying to figure out how to use Label Format = to label each
daily backup by day of week-client
name-date. The day of week is easy and I'm not having
a problem with the date but I can’t seem to get it to work with the
client variable. Here is how I set it up to start with;
Pool {
Na
On Mon, September 18, 2006 7:39 am, Adam Kosmin said:
> Hello All,
>
> Running CentOS 4.4 here and only see the tape drive listed in
> /proc/scsi/scsi
>
> [EMAIL PROTECTED] ~]$ cat /proc/scsi/scsi
> Attached devices:
> Host: scsi0 Channel: 00 Id: 01 Lun: 00
>Vendor: IBM Model: ULTRIUM-TD2
On Mon, Sep 18, 2006 at 09:13:51AM +0200, Kern Sibbald wrote:
> - Your version of Bacula
1.38.5
> - What database (MySQL, ...) you are using and its version. I see you mention
> that it is PostgreSQL.
mysql-4.1.20
> - A list of all the volumes in the pool.
*list volumes
Pool: clients_Pool
+--
On Sun, Sep 17, 2006 at 10:21:38PM +0200, Kern Sibbald wrote:
> The algorithm is very clearly described in the manual at:
> http:/www.bacula.org/dev-manual/Automatic_Volume_Recycling.html#SECTION000243000
This is the description,
* If the request is for an Autochanger device, lo
On Mon, Sep 18, 2006 at 02:23:03PM -0400, Yanik Doucet wrote:
> 18-Sep 14:06 bconsole: Fatal error: bnet.c:502 TLS host certificate
> verification failed. Host 192.168.100.6 did not match presented
> certificate
The name on the certificate has to match the hostname that you're telling
bacula to co
Hi,
On 9/18/2006 8:56 PM, Michael Brennen wrote:
> On Monday 18 September 2006 12:27 pm, Pietari Hyvärinen wrote:
>
>
>>Our Autochcanger ( dell136T) is connected to four tape drives.
>>Two of the are older LTO-2 and the rest are LTO-3 capable drives.
>>How I define bacula-dir to understand that
On Monday 18 September 2006 12:27 pm, Pietari Hyvärinen wrote:
> Our Autochcanger ( dell136T) is connected to four tape drives.
> Two of the are older LTO-2 and the rest are LTO-3 capable drives.
> How I define bacula-dir to understand that there are two of each
> drives in same autochanger?
> We
I don't think the windows version of bacula has TLS compiled in.
anyway, the problem you have there is that your host address in the
client config is 192... while your certificate has a hostname as its
CN, the host address in your director config must match the CN of the
certificate.
I wrote some
Hi everone,
I’m trying to get TLS working. I’m new at
Bacula but I’m already backing up several Windows server and it works
quite well. I’d like to throw in some encryption. In fact I
need to throw in some encryption, because some people here aren’t too
crazy for open source software
Hi!
Our Autochcanger ( dell136T) is connected to four tape drives.
Two of the are older LTO-2 and the rest are LTO-3 capable drives.
How I define bacula-dir to understand that there are two of each
drives in same autochanger?
We are using bacula version 1.38.11-3.
bacula-sd.conf configuration:
On Monday 18 September 2006 18:39, Ryan Novosielski wrote:
> Kern Sibbald wrote:
> >> No, I'm not saying that. If that was true, the Firstwritten would be a
> >> month earlier.
> >>
> >> I'm saying exactly what I've been saying in every post on this topic.
> >> * FirstWritten should be when first
On Monday 18 September 2006 03:37 am, Arno Lehmann wrote:
> On 9/18/2006 6:30 AM, Michael Brennen wrote:
> > It appears that the only way to turn off hardware tape compression
> > is to have RunBeforeJob execute a script that turns off h/w tape
> > compression with 'mt'. I did not see in either r
Kern Sibbald wrote:
>> No, I'm not saying that. If that was true, the Firstwritten would be a
>> month earlier.
>>
>> I'm saying exactly what I've been saying in every post on this topic.
>> * FirstWritten should be when first bytes are written to volume
>> * FirstWritten currently _IS_ the Star
never mind. After resetting the device to factory defaults, I see
everything.
Best,
Adam
Adam Kosmin wrote:
> Hello All,
>
> Running CentOS 4.4 here and only see the tape drive listed in
> /proc/scsi/scsi
>
> [EMAIL PROTECTED] ~]$ cat /proc/scsi/scsi
> Attached devices:
> Host: scsi0 Channel:
On Monday 18 September 2006 15:31, Ryan Novosielski wrote:
> Just as an FYI, this builds on HP-UX 11i, PA-RISC 1.1 with only one
> modification -- to remove the HAVE_IPV6 define (suspect same for 1.38.x
> but I never had time to go back to it). So far, with the limited testing
> I've been able to d
Hello All,
Running CentOS 4.4 here and only see the tape drive listed in
/proc/scsi/scsi
[EMAIL PROTECTED] ~]$ cat /proc/scsi/scsi
Attached devices:
Host: scsi0 Channel: 00 Id: 01 Lun: 00
Vendor: IBM Model: ULTRIUM-TD2 Rev: 4C60
Type: Sequential-AccessANSI SCSI r
Just as an FYI, this builds on HP-UX 11i, PA-RISC 1.1 with only one
modification -- to remove the HAVE_IPV6 define (suspect same for 1.38.x
but I never had time to go back to it). So far, with the limited testing
I've been able to do, seems to work OK.
Kern Sibbald wrote:
> Hello,
>
> I have just
Martin Simmons writes:
> With some versions of PostgreSQL, you might find it useful to reindex all the
> file table indexes regularly too, i.e.
>
> file_filenameid_idx
> file_jobid_idx
> file_jpfid_idx
> file_pathid_idx
> file_pkey
Will give that a try, but I thought reindexing was not needed on
I have similar findings with GnuPG.
If I try to encrypt AND compress the bacula volume, I get almost 0
compression ratio. As somebody mentioned the only way to accomplish your
task is to compress the file with FD before encryption.
Michael Brennen wrote:
> I enabled encryption on 1.39.23 using the
> On Sun, 17 Sep 2006 20:27:37 -0400, Francisco Reyes said:
>
> My postgresql DB for bacula is 30GB with daily vacuum analyze and
> autovacuum.. have lots of small files.. and have not even finished adding
> all our servers to be managed by Bacula.
With some versions of PostgreSQL, you migh
Hello,
On 9/18/2006 6:30 AM, Michael Brennen wrote:
> It appears that the only way to turn off hardware tape compression
> is to have RunBeforeJob execute a script that turns off h/w tape
> compression with 'mt'. I did not see in either released or
> development documentation that there is a %
Hi,
I made a little ruby script to parse bacula-dir.conf in order to generate a
list of jobs (in HTML) with the pathnames that is backed-up.
It's pretty simple, wilddir and wildfiles are ignored. Just the File = in
include and excludes.
Note that the bacula-dir.conf must be readeable by the
On Monday 18 September 2006 02:27, Francisco Reyes wrote:
> Kern Sibbald writes:
>
> > The algorithm is very clearly described in the manual at:
> >
http:/www.bacula.org/dev-manual/Automatic_Volume_Recycling.html#SECTION000243000
>
> In that url I see:
> Try recycling any purged Volu
23 matches
Mail list logo