2 评论 (2 评论)0 反应 (0 反应)0 负责人 (0 负责人)Python10,086 star (10,086 star)732 fork (732 fork)batch import
help wantedquestion
描述
- 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?
- 议题类型
- research
- 研究方向
- 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.