2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python10,086 stars (10,086 stars)732 forks (732 forks)batch import
help wantedquestion
Description
- Does the set of flags differ by platform? (probably)
- If so, when we extract an item with a flag not supported by the particular platform, does the extracted item only has that specific flag missing, or all flags?
- Issue type
- research
- Research direction
- Investigate how Borg currently handles BSD flags across different platforms. Look at the source code for platform specific implementations of file attribute extraction (e.g., in borg/platform/ directory). Check existing tests for flag handling. Determine if flags differ by platform and document the findings. Propose a plan for consistent handling.