Re: Barman versus pgBackRest

From: "Jehan-Guillaume (ioguix) de Rorthais" <ioguix(at)free(dot)fr>
To: Achilleas Mantzios <achill(at)matrix(dot)gatewaynet(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Barman versus pgBackRest
Date: 2019-01-17 14:12:56
Message-ID: 20190117151256.2c7d3cdc@firost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 17 Jan 2019 13:09:18 +0200
Achilleas Mantzios <achill(at)matrix(dot)gatewaynet(dot)com> wrote:

> Hello,
>
> One strong point of barman IMHO is transparently converting an incremental
> backup to a full backup for retention purposes, so retention specification is
> far more liberal than with pgbackrest, and configuring for incremental backup
> does not pose any limitations to the schedule of backups. In our environment
> our net connection to the remote site (repo) is extremely lousy, (although
> within Switzerland if that makes any difference), so with pgbackrest a full
> backup of our 1.3TB db, would take about 2 days ,lets say set in cron weekly
> on sunday, (Sunday 1:00->Tuesday),  then I would have to take incr backups
> from Wednesday->Saturday. And we would have to also take a full backup next
> Sunday. With pgbarman we had to set : reuse_backup = link retention_policy =
> RECOVERY WINDOW OF 14 DAYS and just perform regular backups. So for barman
> every backup can be used as a base for the next backup, which achieves fast
> backups and reduced disk space. In pgbackrest one has to be explicit about
> the retention of both full backups and diff backups. it would be nice in
> pgbackrest to only have incremental backups and let the system do the
> necessary management (converting incremental to full) transparently and
> asynchronously, e.g.via cron. I have read about the --repo-hardlink option. "
> This gives the appearance that each backup is a full backup at the
> file-system level " So could we just take a first full backup and then switch
> permanently to incr backups?

Funnily enough, I opened an issue a month ago about this feature. If you want
to join the brainstorming, discuss, add some opinions and thoughts, see
https://github.com/pgbackrest/pgbackrest/issues/644

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Fabio Pardi 2019-01-17 14:29:16 Re: Postgres Automated Failover
Previous Message Jehan-Guillaume (ioguix) de Rorthais 2019-01-17 14:06:44 Re: Postgres Automated Failover