On 7/4/2019 5:24 AM, Axel Kittenberger wrote:
So... what would you recommend, MariaDB or PostGres?
That's easy: last I heard mariadb was not officially supported so it's
postgres or postgres.
Dima
___
Bacula-users mailing list
Bacula-users@lists
On Tue, 23 Apr 2019 23:43:12 +1000
"Gary R. Schmidt" wrote:
> 1 - That was proper clusters, that was, not the half-arsed crap that
> lusers call clustering these days.
It's called availability to the max. As in 737 Max.
--
Dmitri Maziuk
___
Bacul
On Mon, 15 Apr 2019 23:24:10 -0300
Marcio Demetrio Bacci wrote:
> 5. Currently the OS and Backup disks are on the same DRBD volume, so
> would it be better to put the OS disk out of the DRBD volume? (the VM
> has frequently crashing what makes me think that excessive writing on
> the disk may be
On Sat, 30 Mar 2019 18:30:18 +0300
Yılmaz Bilgili via Bacula-users
wrote:
> Hello,
>
> I have 900 GB data to backup. And I have two disks in my backup
> system, first one 2 TB, second one 8 TB. I want to use both of them,
> what is the most effective way to use these disks in Bacula?
Personally
On 3/4/2019 10:11 AM, Josh Fisher wrote:
... The fix should be either compiling
Bacula with the correct headers or else file a bug report with Zyxel.
Or to use plain accept() and call fcntl() with CLOEXEC. As I understand
it, there can be a race condition if you fire off your pre-(post-?)job
On 3/1/2019 10:10 AM, Josh Fisher wrote:
On 3/1/2019 6:34 AM, Kern Sibbald wrote:
At this point, my best assessment is that there is a bug in the Zyxel
libraries.
It is certainly a bug in the Zyxel libraries. The accept4() is throwing
a ENOSYS, meaning that the function is simply not impl
On 2/28/2019 8:06 AM, Andrea Venturoli wrote:
On 2/28/19 2:23 PM, Martin Simmons wrote:
That suggests the function accept4 was defined at compile time by
fails with
errno=38 (ENOSYS) at run time.
I don't know what to answer.
I'm not competent enough to understand the difference between the t
On Thu, 07 Feb 2019 11:32:29 +0100
Wolfgang Denk wrote:
> Dear Adam,
>
> In message <20190207185030.35830...@teln.shikadi.net> you wrote:
> >
> Also, disk space is cheap - where is the problem of using a much
> bigger spool area? I use only LTO4 tapes so far, and I have a
> 1.5 TB spool area.
On Sat, 26 Jan 2019 14:27:10 +0100
Kern Sibbald wrote:
> On 1/25/19 7:06 PM, Josip Deanovic wrote:
> > API would be really cool thing to have.
>
> Yes, I will check if we have some documentation on it.
FWIW I don't think a) having strictly read-only access to the catalog is
a bad thing and b)
Swearing is not an opinion.
Swearing is an expression of, in this case, disbelief.
--
Dmitri Maziuk
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users
On Sun, 20 Jan 2019 15:06:53 -0500
Dan Langille wrote:
> Have you backed up to NetApp?
No, and we recently turned our FAS2020 boat anchor off altogether, for
various reasons, but I would pick iscsi over nfs/cifs for this.
--
Dmitri Maziuk
___
Bacu
On Thu, 27 Dec 2018 02:44:52 +0100
Kern Sibbald wrote:
> ... I run PostgreSQL, so if someone wants and needs MariaDB
> then the project kindly requests the necessary patches and testing.
LOL. I run postgres too, mysql's continuing existence has always
been a mystery to me. I can sort of see the
On Sun, 23 Dec 2018 13:27:48 +1000
Adam Nielsen wrote:
> > So it looks like when Bacula/btape writes an EOF mark, this causes
> Support for MTWEOFI was added to the kernel[2] back in October 2010,
> and looks like it was first released in 2.6.37, so it's not something
> new.
>
> I am not famil
On Fri, 21 Dec 2018 16:34:39 -0700
Chandler wrote:
> Kern Sibbald wrote on 12/21/18 01:34:
> > You should be aware that the project no long support SQLite as it
> > is not suitable for backups of the size we are seeing today. We do
> > leave the code in Bacula so that users can upgrade to MySQ
Heh. There's a few "check-bacula-backup" plugins at nagios exchange, maybe I'll
take a look at some when I get a fresh supply of round tuits. A couple are
per-job/client and so should do per-host notification.
FWIW I use net-snmp to check/publish the number of relevant processes (incl.
bacula)
On Sun, 25 Nov 2018 21:16:03 +0200
George via Bacula-users wrote:
> The WAL files remain though. Should I delete them
> manually?
Postgres will fail to start if they're actually used. I think there are some
functions to figure out which ones are used but I suppose you could just move
them to e
On Sat, 24 Nov 2018 21:59:41 +0200
George via Bacula-users wrote:
> On Sat, 24 Nov 2018 11:39:37 -0600 Dmitri Maziuk via
> Bacula-users wrote:
>
> > So set
> > max_wal_senders = 0
> > as well. Now looking at the fine manual I see they
> > changed the
On Sat, 24 Nov 2018 01:36:12 +0200
George via Bacula-users wrote:
> > wal_level = minimal
> > and restart.
>
> Trying this results in (journalclt excerpt):
>
> Nov 24 01:11:05 pc postgresql-script[6374]: 2018-11-24 01:11:05.565 EET
> [6383]FATAL: WAL streaming (max_wal_senders > 0) require
On 11/17/2018 10:56 AM, George Anchev via Bacula-users wrote:
# systemctl status postgresql
starts the service. In the 'status' details I see:
/usr/lib/postgresql10/bin/postgres -D /var/lib/pgsql/data
So from here: How should I proceed with Bacula?
As per the fine manual: create bacula role
On 11/17/2018 5:37 AM, George Anchev via Bacula-users wrote:
On Fri, 16 Nov 2018 17:46:13 -0600 Dimitri Maziuk via
Bacula-users wrote:
Well, that's b0rk3d.
What can be done about it?
You'd have to ask suse.
It may be that you need to run 'pg_ctl initdb' to get it all created.
Dimitri
__
On Tue, 13 Nov 2018 18:42:42 +0100
Peter Milesson wrote:
> The backup station is a Linux based rig with CentOS 7.5. I'm not
> completely convinced about the ZFS support under CentOS.
Well I'm not convinced about ZFS support under Linux in general but I'm not
quite ready to switch to BSD just
On Tue, 13 Nov 2018 09:47:32 -0500
Josh Fisher wrote:
>
> On 11/13/2018 5:38 AM, Peter Milesson wrote:
> > Hi Markus,
> >
> > I know my suggestion isn't concerning autoloaders, but it's a safe and
> > working alternative to tapes (and all the hassles).
> >
> > I setup a dedicated backup station
22 matches
Mail list logo