Firesphere
Firesphere commented on issue borgmatic-collective/borgmatic#524 2022-05-09 06:30:35 +00:00
Send --stats output to healthchecks

I have seen this behaviour (sending just stats) from b3vis/borgmatic Docker container, but I've not been able to replicate it myself yet.

The crontab entry doesn't look that out of the…

Firesphere commented on issue borgmatic-collective/borgmatic#499 2022-04-19 09:35:59 +00:00
Export elasticsearch data

Hi @witten ,

I've started, from the MongoDB example, working on Elastic export. However, I'm not too familiar with the python --editable option for installing on a dev environment...

I'll…

Firesphere created repository Firesphere/borgmatic 2022-04-19 04:03:54 +00:00
Firesphere commented on issue borgmatic-collective/borgmatic#504 2022-03-01 06:30:20 +00:00
[Idea] Separate configs in one file

Besides the import, which would make life easier...

I hadn't seen documentation where it said that /etc/borgmatic.d/name.yaml would work, from the docs I understood it had to be `/etc/borgmati…

Firesphere opened issue borgmatic-collective/borgmatic#504 2022-03-01 05:32:04 +00:00
[Idea] Separate configs in one file
Firesphere commented on issue borgmatic-collective/borgmatic#503 2022-02-24 05:13:53 +00:00
[Question] List files in an archive

Nope, I've mixed up the Borg documentation, Borgmatic documentation and the shorthands available, and my brain turned it in to "-a should work" and got confused when it didn't.

Entirely PEBKAC!…

Firesphere commented on issue borgmatic-collective/borgmatic#503 2022-02-24 05:04:22 +00:00
[Question] List files in an archive

Yep, it's indeed --archive that does exactly what I want :)

You might want to put that somewhere in the documentation? As most places, -a is documented as "a shorthand for --archive",…

Firesphere opened issue borgmatic-collective/borgmatic#503 2022-02-24 00:36:06 +00:00
[Question] List files in an archive
Firesphere opened issue borgmatic-collective/borgmatic#499 2022-02-14 22:03:03 +00:00
Export elasticsearch data
Firesphere commented on issue borgmatic-collective/borgmatic#497 2022-02-10 00:10:02 +00:00
pg_dumpall: unrecognized option '--if-exists'

Yup, I've been there. Good luck.. whatever you end up doing! And FWIW, the before_backup dump / after_backup remove dump method was the only way to use databases with borgmatic until not…

Firesphere commented on issue borgmatic-collective/borgmatic#497 2022-02-09 05:16:13 +00:00
pg_dumpall: unrecognized option '--if-exists'

Totally understandable. I sort-of expected this answer, but it never hurts to ask ;)

I wish I didn't have to deal with this old pile... but meh, such is life.

Firesphere opened issue borgmatic-collective/borgmatic#497 2022-02-09 04:01:34 +00:00
pg_dumpall: unrecognized option '--if-exists'
Firesphere commented on issue borgmatic-collective/borgmatic#302 2022-02-08 05:33:15 +00:00
Offer distro packages

Use pip to install a recent version of borgmatic and then subscribe to the releases page, so you're notified of new releases.

That's what I ended up doing. It's a bit a PITA, but the problem…

Firesphere commented on issue borgmatic-collective/borgmatic#495 2022-02-08 01:02:51 +00:00
Command as MySQL domain

Hey @witten ,

for future reference, possibly. Here's the MariaDB part of my Docker compose:

version: '3'
services:
  db:
    image: mariadb:latest
    volumes:
      - mariadb-data:/v…
Firesphere opened issue borgmatic-collective/borgmatic#495 2022-02-07 23:11:43 +00:00
Command as MySQL domain
Firesphere commented on issue borgmatic-collective/borgmatic#302 2022-02-07 01:50:11 +00:00
Offer distro packages

Is there any status update on the possibility of a repository?

I've run in to the same issue with a Raspberry Pi on RPi OS Buster. Borgmatic (and Borg) are basically so old, none of my normal…