Orsiris de Jong
Orsiris de Jong
Hmmm... I redid the test with NPBackup v3.0.3 just to be sure, and it indeed added `C:\` to the path variable. Keep me updated once you get back. Have nice...
I've just redone a test by backing up my whole drive and checking the snapshot metadata with `restic cat snapshot `. For me, everything looks fine, paths are what they're...
Any news on this ?
Sure: ``` import FreeSimpleGUI as sg sg.set_options(suppress_error_popups=True, suppress_key_guessing=True, suppress_raise_key_errors=True) layout = [ [sg.Text('Hello')], [sg.Button("trigger update to non existing key", key="-KEY-")], [sg.Button('OK')] ] window = sg.Window('Test', layout) while True: event, values...
Note that the prebuilt executables also don't run on RHEL 9.4 which has glibc 2.34 installed.
Not needed anymore. There was already a year old PR that wasn't merged when I made mine.
LGTM, I'd just change the legend of `Replication jobs Filesystems with failed replications.` from `auto` to `{{instance}}\{{job}}` for better readability. Dashboard works out of the box ^^
Excellent idea. Will be part of next release.
Implemented in current git master. I'll leave this open until release that should happen somewhere by beginning of next week.
New version released (with big delay). Closing this. Thank you for reporting.