borgbackup / borg

Deduplicating archiver with compression and authenticated encryption.
https://www.borgbackup.org/
Other
11.22k stars 743 forks source link

create: also archive inode number, fixes #8362 #8384

Closed ThomasWaldmann closed 2 months ago

ThomasWaldmann commented 2 months ago

we could use this if we use the "previous archive" instead of the "files cache" to determine whether a file is unchanged.

codecov-commenter commented 2 months ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 81.73%. Comparing base (8790371) to head (ae4abdf). Report is 5 commits behind head on master.

Files with missing lines Patch % Lines
src/borg/archive.py 50.00% 0 Missing and 1 partial :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #8384 +/- ## ========================================== - Coverage 81.74% 81.73% -0.01% ========================================== Files 70 70 Lines 12648 12650 +2 Branches 2287 2288 +1 ========================================== + Hits 10339 10340 +1 Misses 1665 1665 - Partials 644 645 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.