Stefan Agner
Stefan Agner
> This needs both documentation and frontend updates Doc's I can tackle. Frontend, I guess this is about the add-on batches? Question is what type of symbol we use for...
Linked the documentation PR.
Looking at it quickly seems to me that this implements the UDisks2 D-Bus interfaces we need, so definitely a good start :+1: I know that @mdegat01 worked on D-Bus a...
Btw, looking at Gnome Disk Manager is a good way to explore the capabilities of `UDisks2`, as its using that under the hood. Configuring a new block device via its...
I usually use `busctl` to poke around. E.g. to get a tree of objects available ``` busctl tree org.freedesktop.UDisks2 ``` To get properties/methods of an object ``` busctl introspect org.freedesktop.UDisks2...
> I guess we can make it working with udisk2 and hopefully udisk2 get future developed or later replaced with an dbus systemd things. Manage files over a bind mount...
> Well that have the same drawback, we have to open the hole systemd units and people can start to overwrite things. Those would be mount units, and Supervisor would...
@niemyjski logs of the two backup types (via addon and directly calling the service) should be helpful here. You can get older Supervisor logs using `journalctl` on the OS shell....
The Supervisor log is available from the frontend too, however, it only shows the last 100 lines or so. You have been asking for older logs, currently the only way...
Well, it does largely follow the API, we just only support a subset of options. In the end we try to abstract the backend to some degree, so we could...