nachfuellbar
  • Joined on 2022-10-14
nachfuellbar commented on issue borgmatic-collective/borgmatic#947 2024-12-19 19:51:41 +00:00
1.9.2/1.9.3 spinning at exit

I think I'm stupid Honestly I'm sorry I used that much of your time because I haven't thought about my exclude_patterns Seems like they excluded the paths i tried with tmpfs - after removing the…

nachfuellbar commented on issue borgmatic-collective/borgmatic#947 2024-12-19 18:31:59 +00:00
1.9.2/1.9.3 spinning at exit

The named pipe is in the path you named (/run/user/0/./borgmatic/postgresql_databases I set it to /root/borgmatic and backup worked just fine and the Postgres Backup is in this path…

nachfuellbar commented on issue borgmatic-collective/borgmatic#947 2024-12-19 16:23:31 +00:00
1.9.2/1.9.3 spinning at exit
  • It looks like Borg is reading files from, among other places, /run/user/0/./borgmatic/postgresql_databases. But I wonder if the pg_dump command is actually writing to a named pipe there.…
nachfuellbar commented on issue borgmatic-collective/borgmatic#947 2024-12-18 19:54:25 +00:00
1.9.2/1.9.3 spinning at exit

hey, i'm more than happy to help if a developer is this nice - unfortunately that's not my usual experience ;)

So I'm pretty sure there is the issue. The postgres backup gets no return code…

nachfuellbar commented on issue borgmatic-collective/borgmatic#947 2024-12-18 18:06:33 +00:00
1.9.2/1.9.3 spinning at exit

Had to go back more versions than i thought i needed to. It happens since 1.9.0 and with 1.8.14 it worked without issues So I'm not exactly sure if its the same issue as the issue creator has -…

nachfuellbar commented on issue borgmatic-collective/borgmatic#947 2024-12-18 17:26:31 +00:00
1.9.2/1.9.3 spinning at exit

After some retries i could reproduce borgmatic running fine when borg returns code 100 because of a file which was changed throughout the backup Which is kinda funny since it's kind of an…

nachfuellbar commented on issue borgmatic-collective/borgmatic#947 2024-12-18 12:48:21 +00:00
1.9.2/1.9.3 spinning at exit
Traceback (most recent call last):
  File "/usr/bin/borgmatic", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "/usr/lib/python3.12/site-packages/borgmatic/commands/bo…
nachfuellbar commented on issue borgmatic-collective/borgmatic#947 2024-12-17 22:41:18 +00:00
1.9.2/1.9.3 spinning at exit

It's using /run/user/0 as a runtime directory

The runtime directory is still existing when it hangs. After ctrl-c the runtime directory continues to exist (including the named pipe)

ll…
nachfuellbar commented on issue borgmatic-collective/borgmatic#947 2024-12-17 21:26:09 +00:00
1.9.2/1.9.3 spinning at exit

Just another update - i have this issue only when borg itself exits with return code 0 when creating a backup I just got an return code 100 (because a file changed during the backup) from borg…

nachfuellbar commented on issue borgmatic-collective/borgmatic#947 2024-12-17 20:31:58 +00:00
1.9.2/1.9.3 spinning at exit
SSH command line: ['ssh', 'XXX@XXXX', 'XXX/borg', 'serve', '--debug']
Remote: using builtin fallback logging configuration
Remote: 33 self tests completed in 0.51 seconds
Remote: using…
nachfuellbar commented on issue borgmatic-collective/borgmatic#596 2022-10-15 16:26:02 +00:00
Errno 2 for symlinks of nspawn containers

That would be one possible solution.

I've got another idea but please take it as something from someone without knowledge of borg itself.

Would it be possible to append to an existing…

nachfuellbar commented on issue borgmatic-collective/borgmatic#596 2022-10-15 00:11:58 +00:00
Errno 2 for symlinks of nspawn containers

For everything in /etc/systemd/system/ i'd expect the symlink to be backed up. Same for the /var/lib/machines/XXX/etc/systemd/system/ because that's the default location for systmed-nspawn…

nachfuellbar commented on issue borgmatic-collective/borgmatic#596 2022-10-14 23:44:19 +00:00
Errno 2 for symlinks of nspawn containers

Looks pretty good - "pretty" because the file exclusion triggered for a masked systemd service file in my nspawn container

ssh://XXX/./backups: Excluding special files to prevent Borg from…

nachfuellbar opened issue borgmatic-collective/borgmatic#596 2022-10-14 10:51:58 +00:00
Errno 2 for symlinks of nspawn containers