borgbackup / borg

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

create: deal with EBUSY, fixes #8123 #8127

Closed ThomasWaldmann closed 7 months ago

ThomasWaldmann commented 7 months ago

I put it into same class as EPERM and EACCES: BackupPermissionError: borg is not permitted to access the file.

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 82.62%. Comparing base (4522c04) to head (a88c3d9). Report is 8 commits behind head on 1.4-maint.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## 1.4-maint #8127 +/- ## ============================================= - Coverage 82.63% 82.62% -0.01% ============================================= Files 38 38 Lines 10973 10973 Branches 2100 2100 ============================================= - Hits 9067 9066 -1 - Misses 1344 1345 +1 Partials 562 562 ```

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