IBims1NicerTobi
  • Joined on 2023-08-14
IBims1NicerTobi commented on issue borgmatic-collective/borgmatic#261 2023-11-24 17:40:23 +00:00
ZFS filesystem snapshotting

Well we kinda have to run the zfs backups as a separate step or document the behavior very well but as of right now (and if @witten ) allows it I would be very interested in a solution that spawns…

IBims1NicerTobi commented on pull request borgmatic-collective/borgmatic#792 2023-11-24 17:30:11 +00:00
Added debug message that logs borg version for every config

What convention? borg is normally always written as borg not Borg, at least I have never seen it written that way anywhere?

IBims1NicerTobi commented on pull request borgmatic-collective/borgmatic#792 2023-11-23 10:54:21 +00:00
Added debug message that logs borg version for every config

Another question that's still up for debate is when to log all the versions. In the old pull request I did it in run_configuration() but that implies that we log everything multiple times since…

IBims1NicerTobi commented on pull request borgmatic-collective/borgmatic#792 2023-11-23 10:28:33 +00:00
Added debug message that logs borg version for every config

Yes that does indeed make a lot of sense and explains why the unit tests were such a pain.

IBims1NicerTobi commented on issue borgmatic-collective/borgmatic#261 2023-11-22 16:05:01 +00:00
ZFS filesystem snapshotting

It could also work something like this (assuming this is turned into a proper hook like the db backups are):

  • Create zfs snapshots
  • Unshare with mount namespace
  • Create a new directory …
IBims1NicerTobi commented on issue borgmatic-collective/borgmatic#671 2023-11-21 07:26:28 +00:00
New hook: podman volume export

Yes we could spin up a ad hoc container, dump the contents to stdout and back that up like a database dump but that adds a lot of complexity that is really unneeded. We would basically roll our…

IBims1NicerTobi commented on issue borgmatic-collective/borgmatic#671 2023-11-21 06:55:38 +00:00
New hook: podman volume export

I have started to read the docker docs and it looks like there is no way to do this via the socket. This is everything the current volume…

IBims1NicerTobi commented on pull request borgmatic-collective/borgmatic#792 2023-11-21 06:46:21 +00:00
Added debug message that logs borg version for every config

@witten are you not interested in merging this yet or did you not get around to look at it?

IBims1NicerTobi commented on issue borgmatic-collective/borgmatic#671 2023-11-20 19:01:58 +00:00
New hook: podman volume export

I'm interested in adding this for podman. I think it's in the spirit of the podman project to not use the podman socket (mainly because thats a large point of why podman exists; it's daemonless).…

IBims1NicerTobi commented on pull request borgmatic-collective/borgmatic#750 2023-11-18 00:33:31 +00:00
WIP: Added debug log entries for borg, borgmatic and os version

#792 is the new pull request. So far that one is only for borg versions but I want to take a step at a time.

IBims1NicerTobi created pull request borgmatic-collective/borgmatic#792 2023-11-18 00:32:08 +00:00
Added debug message that logs borg version for every config
IBims1NicerTobi commented on pull request borgmatic-collective/borgmatic#750 2023-11-18 00:18:20 +00:00
WIP: Added debug log entries for borg, borgmatic and os version

Also since I have some time (around 1 month) between jobs and university I will try to add a podman volume plugin too since I could very well use that.

IBims1NicerTobi commented on pull request borgmatic-collective/borgmatic#750 2023-11-18 00:16:22 +00:00
WIP: Added debug log entries for borg, borgmatic and os version

No I just realized how much code the fixing of the tests will be. I am currently rewriting it since it is outdated anyways and needs more work. I will probably merge 1-2 lines of logging code and…

IBims1NicerTobi closed pull request borgmatic-collective/borgmatic#750 2023-11-17 22:05:35 +00:00
WIP: Added debug log entries for borg, borgmatic and os version
IBims1NicerTobi commented on pull request borgmatic-collective/borgmatic#750 2023-09-06 10:15:31 +00:00
WIP: Added debug log entries for borg, borgmatic and os version
  • Version of borgmatic, borg, and Python itself Basically done
  • Install path for the above (to help identify install method) Not really something I see value in (the install method should not…
IBims1NicerTobi commented on pull request borgmatic-collective/borgmatic#750 2023-09-06 09:57:17 +00:00
WIP: Added debug log entries for borg, borgmatic and os version

The borg version depends on the config file and run_configuration() is called later than log_versions(). Also there is the possibility of having one borg version for each config file, so we…

IBims1NicerTobi created pull request borgmatic-collective/borgmatic#750 2023-09-02 17:28:22 +00:00
WIP: Added debug log entries for borg, borgmatic and os version