Skip to content

Instantly share code, notes, and snippets.

@Zahorone
Last active July 25, 2026 15:14
Show Gist options
  • Select an option

  • Save Zahorone/6915be6f5088edb2f64018ce9e4dfe97 to your computer and use it in GitHub Desktop.

Select an option

Save Zahorone/6915be6f5088edb2f64018ce9e4dfe97 to your computer and use it in GitHub Desktop.
Fix for macOS 26 Tahoe Time Machine SMB backup failing with BACKUP_FAILED_DISCONNECTED_DISK_IMAGE error on Synology, QNAP, TrueNAS, UNAS. nsmb.conf configuration guide.
[default]
signing_required=yes
streams=yes
soft=yes
dir_cache_max_cnt=0
protocol_vers_map=6
mc_prefer_wired=yes
@randydid

randydid commented Jun 6, 2026

Copy link
Copy Markdown

Aaaaaand the issue has returned for me on 26.6 beta, and the solution that worked before for me is not now:

rm -rf'ing /Library/Preferences/com.apple.TimeMachine.plist

Gotta love a regressive bug like this. I will be installing macOS 27 Beta on one of my machines when it becomes available to developers and AppleSeed folks later this week and report back

@quinmcclean

Copy link
Copy Markdown

Aaaaaand the issue has returned for me on 26.6 beta, and the solution that worked before for me is not now:

rm -rf'ing /Library/Preferences/com.apple.TimeMachine.plist

Gotta love a regressive bug like this. I will be installing macOS 27 Beta on one of my machines when it becomes available to developers and AppleSeed folks later this week and report back

Thank you! I am still having issues... would love to hear how you get on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment