Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation page exhibits a Windows bias by referencing PowerShell objects as the default representation for backup policy configuration. The only concrete example of a policy object is described as 'the default PowerShell object,' and PowerShell is mentioned as the primary way to conceptualize or instantiate backup policies. There are no references to Linux-native tools, shell commands, or cross-platform CLI usage, and no examples are provided for Linux or bash environments.
Recommendations
- Remove references to 'default PowerShell object' unless specifically discussing PowerShell usage. Instead, describe the policy object in a platform-neutral way.
- Add equivalent examples or explanations for Linux users, such as using curl or HTTPie to interact with the REST API.
- If scripting examples are provided, include both PowerShell and bash/curl equivalents to ensure parity.
- Clarify that the REST API can be used from any platform and provide sample commands for both Windows and Linux environments.
- Avoid implying that PowerShell is the default or only way to interact with the API; instead, present it as one of several options.
Create Pull Request