-
Notifications
You must be signed in to change notification settings - Fork 27
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
π rclone
preserves symlinks even if broken
#4585
π rclone
preserves symlinks even if broken
#4585
Conversation
Code Climate has analyzed commit 7cf8d26 and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed!Β Β 0 Bugs No Coverage information |
Codecov Report
@@ Coverage Diff @@
## master #4585 +/- ##
========================================
+ Coverage 86.7% 86.8% +0.1%
========================================
Files 1023 744 -279
Lines 43772 34047 -9725
Branches 1013 188 -825
========================================
- Hits 37967 29581 -8386
+ Misses 5578 4420 -1158
+ Partials 227 46 -181
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the quick fix!
I will shutdown the node as soon as this gets in master. TO check that nothing else is broken. |
Allo good, this fixed the issue! |
What do these changes do?
Unfortunately
rclone
was configured to copy the content pointed by the symlink. This causedrclone
to fail if the symlink was broken (the pointed file did not exists).Related issue/s
How to test
DevOps Checklist