borgbackup / borg

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

create: deal with EBUSY, fixes #8123 #8128

Closed ThomasWaldmann closed 4 months ago

ThomasWaldmann commented 4 months ago

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

codecov-commenter commented 4 months ago

Codecov Report

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

Project coverage is 83.80%. Comparing base (7074c02) to head (eb79b1f). Report is 6 commits behind head on master.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #8128 +/- ## ======================================= Coverage 83.80% 83.80% ======================================= Files 67 67 Lines 12046 12046 Branches 2185 2185 ======================================= Hits 10095 10095 + Misses 1360 1359 -1 - Partials 591 592 +1 ```

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