diff options
author | Florian Pritz <bluewind@xinu.at> | 2020-09-27 15:49:17 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2020-09-27 15:49:17 +0200 |
commit | f0dd3fd59afac321317d3b52a36d179b4ea504f7 (patch) | |
tree | 34f9d9aa176ef4b1b03a639c8960b6ec64d8f44c /Changes | |
parent | 2e1b4a72b7800fc5f9197a352872eb2975ad70b6 (diff) | |
download | App-BorgRestore-f0dd3fd59afac321317d3b52a36d179b4ea504f7.tar.gz App-BorgRestore-f0dd3fd59afac321317d3b52a36d179b4ea504f7.tar.xz |
DB: Fix incorrect subpath handling for path that is a superstring of the
previous path for top level paths
Same issue as 62f5bc3ce90fedb396d103caae68dc2f211f1b16 except that this
time it is the for top level paths (`/lib` and `/lib64`) which are
handled outside the loop.
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ Revision history for Perl extension App-BorgRestore {{$NEXT}} + - Fix missing cache data for top level files that exist with and without an + extension. For example a '/lib' symlink and '/lib64'. '/lib' would be + missing from the database. 3.4.1 2020-09-27T12:57:01Z - Fix missing cache data for files that exist with and without an |