borg: Support importing files that are hard linked in the borg backup
Note that a key with no size field that is hard linked will result in listImportableContents reporting a file size of 0, rather than the actual size of the file. One result is that the progress meter when getting the file will seem to get stuck at 100%. Another is that the remote's preferred content expression, if it tries to match against file size, will treat it as an empty file. I don't see a way to improve the latter behavior, and the former behavior is a minor enough problem. This commit was sponsored by Jake Vosloo on Patreon.
This commit is contained in:
parent
31eb5fddf3
commit
f085ae4937
5 changed files with 42 additions and 15 deletions
|
@ -0,0 +1,7 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 4"""
|
||||
date="2021-03-26T16:14:56Z"
|
||||
content="""
|
||||
Fixed the hard link bug.
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue