https://bugs.kde.org/show_bug.cgi?id=467082
Bug ID: 467082 Summary: Kup/bup fails to save Classification: Applications Product: kup Version: unspecified Platform: openSUSE OS: Linux Status: REPORTED Severity: crash Priority: NOR Component: general Assignee: simon.pers...@mykolab.com Reporter: samcas...@gmail.com Target Milestone: --- SUMMARY Kup/bup fails to save. STEPS TO REPRODUCE 1. click 'save new backup' (Apologies it crashed a few times without me noticing the error, so I don't know what triggered the change) OBSERVED RESULT Log file: ``` Kup is starting bup backup job at Wednesday, 8 March 2023 9:41:16 PM AEDT bup "-d" "<PATH>" "init" bup "-d" "<PATH>" "index" "-u" "--exclude" <exclude paths> Exit code: 0 bup "-d" "<PATH>" "save" "-n" "kup" "-vv" "/home/<USER>" Traceback (most recent call last): File "/usr/lib/bup/cmd/bup-save", line 413, in <module> meta.hardlink_target = find_hardlink_target(hlink_db, ent) AttributeError: 'NoneType' object has no attribute 'hardlink_target' Exception ignored in: <function PackWriter.__del__ at 0x7f13e2c5d2d0> Traceback (most recent call last): File "/usr/lib/bup/cmd/../bup/git.py", line 722, in __del__ File "/usr/lib/bup/cmd/../bup/git.py", line 919, in close File "/usr/lib/bup/cmd/../bup/git.py", line 897, in _end File "/usr/lib/bup/cmd/../bup/git.py", line 942, in write NameError: name 'open' is not defined Exit code: 1 Kup did not successfully complete the bup backup job: failed to save everything. ``` SOFTWARE/OS VERSIONS KDE Plasma Version: 5.27.2 KDE Frameworks Version: 5.103.0 Qt Version: 5.15.8 -- You are receiving this mail because: You are watching all bug changes.