vierbergenlars
  • Joined on 2023-06-27
vierbergenlars commented on issue borgmatic-collective/borgmatic#720 2023-06-28 08:13:36 +00:00
Mysql backup fails due to closed pipe when exclude_nodump is set

I found the cause of the different path in borg.

When exclude_nodump: true, borg tries to read the flags.

https://github.com/borgbackup/borg/blob/1.2.4/src/borg/archiver.py#L776-L781

For…

vierbergenlars commented on issue borgmatic-collective/borgmatic#720 2023-06-28 07:49:30 +00:00
Mysql backup fails due to closed pipe when exclude_nodump is set

Both borg and borgmatic are the version from the debian repositories.

I just tried running the backup without the exclude flags, they are not important here, but were included from a global…

vierbergenlars opened issue borgmatic-collective/borgmatic#720 2023-06-27 11:59:33 +00:00
Mysql backup fails due to closed pipe