Sad Tux - Windows bias detected
This page contains Windows bias

About This Page

This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.

Bias Analysis

Detected Bias Types
windows_first
powershell_heavy
windows_tools
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by presenting Windows/robocopy instructions and detailed options first, with extensive explanation and scenarios. In contrast, Linux instructions are minimal, lacking detailed examples for copying metadata (ACLs, attributes, timestamps), and do not provide equivalent step-by-step guidance or command breakdowns. Linux tools for ACL preservation are only briefly mentioned, with no concrete usage examples.
Recommendations
  • Provide Linux instructions and examples at parity with Windows, including step-by-step commands for copying both data and metadata (ACLs, attributes, timestamps).
  • List Linux tools (e.g., rsync, getfacl/setfacl, smbcacls, cifsacl) and show how to use them to preserve metadata, with command breakdowns similar to the robocopy section.
  • Present Windows and Linux sections in parallel, or alternate which platform is presented first, to avoid the impression of Windows being the primary or default environment.
  • Include troubleshooting notes and caveats for Linux users, similar to those provided for Windows/robocopy.
  • Link to official documentation for Linux tools, just as is done for robocopy.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2025-07-12 23:44 #41 cancelled Biased Biased
2025-07-12 00:58 #8 cancelled Clean Clean
2025-07-10 05:06 #7 processing Clean Clean

Flagged Code Snippets

robocopy <Source> <Target> * /copyall /e /dcopy:DAT /B /r:3 /w:60 /is /nfl /ndl /np /MT:32 or 64 /fft /log+:<LogFile>