You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit fixes several issues with the backup:
- podman inspect needs the full image path, not just the basename of
it. In order to get the image that is currently used we read it from
the systemd service config files.
- computing the list of systemd files ourselves is error prone and
failed with instanciated services. Using `systemctl show -p` with the
DropInPaths and FragmentPath is much safer.
0 commit comments