Nicholas Guriev wrote: > Since some time bup is unable to backup my data. This is apparently related to > hard links somehow.
> bup "-d" > "/media/mymedia/a3907ce1-af8b-40b1-b26b-f37322e39382/barberry-kde-backups" > "save" "-n" "kup" "-vv" "/home/mymedia" "/home/mymedia/.steam/steam/config" > "/home/mymedia/.steam/steam/userdata" > 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 0x7f1c49250f70> > 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 Hi, I'd suggest normal bug debugging steps like "bup fsck" or "bup index --clear" and if that doesn't fix the problem, try posting on the upstream bup mailing list (https://groups.google.com/g/bup-list). -- Robert Edmonds [email protected]

