You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid spinning up standby disks on Windows in some machines during
the 'probe' and other device-monitoring commands. Direct system
queries for disk properties, size, and geometry are now performed
using zero-access handles.
Fixed the smartctl type detection retry during probe on Windows to
properly preserve the standby check option, preventing standby disks
from spinning up if a retry is needed.
Save the content file before aborting 'sync' due to safety thresholds
if files were touched by '--gui-touch-before', preventing timestamp
desynchronization and false diff reports on subsequent runs.