Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

do not recurse into duplicate roots, fixes #5603 (master) #5606

Merged
merged 4 commits into from
Jan 11, 2021

Conversation

ThomasWaldmann
Copy link
Member

  • do not archive duplicate roots (skip via inode)
  • thus, it is also not extracted twice, avoiding issues

@codecov-io
Copy link

codecov-io commented Jan 3, 2021

Codecov Report

Merging #5606 (73c0439) into master (2851a84) will increase coverage by 0.24%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5606      +/-   ##
==========================================
+ Coverage   82.99%   83.23%   +0.24%     
==========================================
  Files          38       38              
  Lines       10070    10119      +49     
  Branches     1671     1678       +7     
==========================================
+ Hits         8358     8423      +65     
+ Misses       1213     1199      -14     
+ Partials      499      497       -2     
Impacted Files Coverage Δ
src/borg/archiver.py 80.36% <100.00%> (+0.46%) ⬆️
src/borg/helpers/datastruct.py 100.00% <0.00%> (ø)
src/borg/remote.py 79.55% <0.00%> (+0.35%) ⬆️
src/borg/archive.py 81.37% <0.00%> (+0.40%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2851a84...73c0439. Read the comment docs.

@ThomasWaldmann ThomasWaldmann changed the title Fix #5603 (master) do not recurse into duplicate roots, fixes #5603 (master) Jan 7, 2021
@ThomasWaldmann ThomasWaldmann merged commit 4041bdf into borgbackup:master Jan 11, 2021
@ThomasWaldmann ThomasWaldmann deleted the fix-5603-master branch January 11, 2021 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants