vitoyucepi
  • Joined on 2025-01-23
vitoyucepi commented on issue borgmatic-collective/borgmatic#1087 2025-05-05 18:48:02 +00:00
Export borgmatic backup statistics in prometheus format

In all the examples I've seen, success and failure were defined by the last backup timestamp. Nevertheless, metrics similar to borgmatic_last_action_success of type gauge with values 0 and…

vitoyucepi commented on issue borgmatic-collective/borgmatic#1087 2025-05-01 07:44:19 +00:00
Export borgmatic backup statistics in prometheus format

Hi @witten, I think the other exporters expose all the necessary information about the backup process. The main problem with their behavior is that they have no idea about the backup process…

vitoyucepi opened issue borgmatic-collective/borgmatic#1087 2025-04-30 18:59:54 +00:00
Export borgmatic backup statistics in prometheus format
vitoyucepi commented on issue borgmatic-collective/borgmatic#1061 2025-04-08 09:44:03 +00:00
Pruning not working as expected

Hi @bb, I'm not very experienced with borgmatic, but you can check the prune policy with the following command: borgmatic prune --list --dry-run.

vitoyucepi opened issue borgmatic-collective/borgmatic#1060 2025-04-08 04:36:05 +00:00
Borgmatic 2.0 executes commands multiple times
vitoyucepi commented on issue borgmatic-collective/borgmatic#995 2025-02-13 06:27:07 +00:00
How do I create a backup of a different type that does not get pruned automatically?

Thanks @witten, I've solved my problem in the following way

/etc/borgmatic.d/includes/defaults.yaml
constants:
  application: unknown

re…
vitoyucepi closed issue borgmatic-collective/borgmatic#995 2025-02-13 06:27:07 +00:00
How do I create a backup of a different type that does not get pruned automatically?
vitoyucepi opened issue borgmatic-collective/borgmatic#996 2025-02-12 15:53:14 +00:00
Borgmatic prefixes --stats output with repository label
vitoyucepi opened issue borgmatic-collective/borgmatic#995 2025-02-12 09:55:55 +00:00
How to create a backup of a different type that is not automatically pruned?
vitoyucepi commented on issue borgmatic-collective/borgmatic#978 2025-01-25 16:35:03 +00:00
pg_dump in directory format can't be done if extracted using docker exec

if there are any clarifications I can make to the docs

I'd say that 7551810e should explicitly mention that mounting the directory should be done when dumping the database in directory…

vitoyucepi commented on issue borgmatic-collective/borgmatic#978 2025-01-25 12:41:08 +00:00
pg_dump in directory format can't be done if extracted using docker exec

tried mounting the borgmatic runtime directory

In my case this could be achieved by adding -v /tmp/borgmatic:/tmp/borgmatic to the docker run command and setting `user_runtime_directory:…

vitoyucepi opened issue borgmatic-collective/borgmatic#978 2025-01-24 16:58:53 +00:00
pg_dump in directory format can't be done if extracted using docker exec
vitoyucepi commented on issue borgmatic-collective/borgmatic#975 2025-01-24 16:18:28 +00:00
pg_dump and compression

Directory export doesn't work when docker exec database pg_dump.

vitoyucepi commented on issue borgmatic-collective/borgmatic#975 2025-01-24 15:59:23 +00:00
pg_dump and compression

Double compression

compression: auto,zstd
postgresql_databases:
  - name: db
    format: custom
1st run

Duration: 13.43 seconds

vitoyucepi commented on issue borgmatic-collective/borgmatic#975 2025-01-24 15:08:21 +00:00
pg_dump and compression

I didn't notice this at first, but they changed the `--compress' option in postgresql 16. Before:

-Z 0..9
--compress=0..9

Specify the compression level to use. Zero means…

vitoyucepi commented on issue borgmatic-collective/borgmatic#975 2025-01-24 04:03:36 +00:00
pg_dump and compression

My instinct says not to double compress, but that's just instinct. I'd actually recommend answering this experimentally.

The behavior may be different for large databases. By the way, my…

vitoyucepi opened issue borgmatic-collective/borgmatic#975 2025-01-23 14:01:23 +00:00
pg_dump and compression