ams_tschoening
  • Joined on 2021-07-14
ams_tschoening commented on issue borgmatic-collective/borgmatic#599 2022-10-17 06:16:12 +00:00
Support for multiple prefixes/archive/glob matchers?

[...]including a hard-coded host-specific retention prefix.

Yes, but I need two of those prefixes when I change the naming scheme for archives for one and the same host.

ams_tschoening closed issue borgmatic-collective/borgmatic#599 2022-10-16 19:17:58 +00:00
Support for multiple prefixes/archive/glob matchers?
ams_tschoening commented on issue borgmatic-collective/borgmatic#599 2022-10-16 19:17:57 +00:00
Support for multiple prefixes/archive/glob matchers?

I do wonder though: Why not prune all hosts at the same time with a single borgmatic/Borg invocation? In other words, why do you need to only prune the archives for a particular host instead of…

ams_tschoening opened issue borgmatic-collective/borgmatic#599 2022-10-16 12:52:37 +00:00
Support for multiple prefixes/archive&glob matchers?
ams_tschoening commented on issue borgmatic-collective/borgmatic#584 2022-09-13 07:09:27 +00:00
Does BorgMatic support a write-through setup of 3 hosts with client and storage being remote?

borgmatic runs borg serve on the central backup server and (remotely via SSH) runs borg create on a machine to be backed up

Almost, it's important that I have 3 hosts: The ones to be backed…

ams_tschoening opened issue borgmatic-collective/borgmatic#584 2022-09-11 17:03:52 +00:00
Does BorgMatic support a write-through setup of 3 hosts with client and storage being remote?
ams_tschoening opened issue borgmatic-collective/borgmatic#539 2022-05-29 13:59:58 +00:00
Let generate-borgmatic-config override existing files.
ams_tschoening opened issue borgmatic-collective/borgmatic#538 2022-05-29 13:32:16 +00:00
Is borg debug supported as arbitrary borg command?
ams_tschoening closed issue borgmatic-collective/borgmatic#522 2022-04-29 18:34:03 +00:00
BorgMatic doesn't return when a BEFORE-hook script keeps background processes alive?
ams_tschoening commented on issue borgmatic-collective/borgmatic#522 2022-04-29 18:34:03 +00:00
BorgMatic doesn't return when a BEFORE-hook script keeps background processes alive?
nohup ssh -F ${PATH_LOCAL_SSH_CFG} -f -n ${HOST_OTHER} ${cmd} < '/dev/null' > "${PATH_LOCAL_MNT2}/${db_name}" 2> '/dev/null' &

The above is wrong, if one wants to really have…

ams_tschoening commented on issue borgmatic-collective/borgmatic#522 2022-04-29 16:58:16 +00:00
BorgMatic doesn't return when a BEFORE-hook script keeps background processes alive?

Made some progress.... The following are the running process when the backup software doesn't move forward. All of the bash processes at the bottom contain my started SSH instances most likely,…

ams_tschoening commented on issue borgmatic-collective/borgmatic#522 2022-04-22 06:36:56 +00:00
BorgMatic doesn't return when a BEFORE-hook script keeps background processes alive?

And when you run borgmatic, it hangs on that before_backup step for five seconds while it's waiting for that command's output. But if you change it to this ...

Waiting on the started hook…

ams_tschoening commented on issue borgmatic-collective/borgmatic#435 2022-04-21 06:44:41 +00:00
How to manage the created pipes for backing up Postgres dumps?

Hmm.. I'm not following why that's the case. borgmatic's database dumping support can be used with either a local or remote database server. So in theory, you could expose the VM database on a…

ams_tschoening closed issue borgmatic-collective/borgmatic#435 2022-04-21 06:44:41 +00:00
How to manage the created pipes for backing up Postgres dumps?
ams_tschoening commented on issue borgmatic-collective/borgmatic#522 2022-04-19 07:06:22 +00:00
BorgMatic doesn't return when a BEFORE-hook script keeps background processes alive?

I've updated BGM to 1.5.24 and still see the same behaviour. I have the feeling theat either Python provides too many processes to BGM or BGM already knows about all those children and wrongly…

ams_tschoening opened issue borgmatic-collective/borgmatic#522 2022-04-18 19:05:50 +00:00
BorgMatic doesn't return when a BEFORE-hook script keeps background processes alive?
ams_tschoening opened issue borgmatic-collective/borgmatic#506 2022-03-07 10:01:40 +00:00
Is --max-duration for checks supported by YAML already?