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

Add group-accessible-repos option #308

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mlusetti
Copy link

@mlusetti mlusetti commented Nov 2, 2024

The group-accessible-repos option will let filesystem group id be able to access files and dir within the restic repo

What is the purpose of this change? What does it change?

Add a new option flag to enable group access to repo files

Was the change discussed in an issue or in the forum before?

This is try two to enable #189 as discussed in #190

I've followed @MichaelEischer suggestion to have group write access too when this option is enabled, but I don't like it.

Checklist

  • I have enabled maintainer edits for this PR
  • I have added tests for all changes in this PR
  • I have added documentation for the changes (in the manual)
  • There's a new file in changelog/unreleased/ that describes the changes for our users (template here)
  • I have run gofmt on the code in all commits
  • All commit messages are formatted in the same style as the other commits in the repo
  • I'm done, this Pull Request is ready for review

The group-accessible-repos option will let filesystem group id
be able to access files and dir within the restic repo
Default stick with old behaviour to be owner restricted
While here make dirMode and fileMode within Options struct
private
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.

1 participant