-
Notifications
You must be signed in to change notification settings - Fork 204
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
Remove new permissions handling #1128
Conversation
bump... is someone able to review and test this PR? |
The fix seems to enable the -p, --perms
|
Does anyone know the commit number? Or was it part of multiple commits? "Undoing" the commit could be another way of solving this... |
Speaking for myself, this problem (meaning #988) is one of the most "hairy" Issues facing the project at the moment. It goes to the heart of the functionality, and will affect almost everyone's backups, no matter which steps we take next. This is definitely a high-priority problem, but most people affected will have the workaround in place by now, so I think we can afford to take it slow. I'd rather spend some more time figuring out what's what in this project before committing (pardon the pun) to a solution. |
I totally understand this, so no need to hurry. IMHO the thing is that the BiT user also should understand some |
This PR is about reverting the change of permissions handling introduced in 1.2. The permissions handling implemented in 1.2 leads to
#988 #1055 #1093 #1086