---
title: "Linux 7.3 KSMBD Adds Interoperability For Apple Time Machine Backups"
url: https://daily.dev/posts/linux-7-3-ksmbd-adds-interoperability-for-apple-time-machine-backups-o5bqnye0p
source_url: https://www.phoronix.com/news/Linux-7.3-KSMBD
type: article
source: "Phoronix"
published: 2026-08-26T19:15:59.251Z
updated: 2026-08-26T19:18:24.443Z
tags: ["linux"]
reading_time: 2
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Linux 7.3 KSMBD Adds Interoperability For Apple Time Machine Backups

**[Phoronix](https://daily.dev/sources/phoronix)** · 2 min read · 0 upvotes · 0 comments

## Summary

The in-development Linux 7.3 kernel adds opt-in support in KSMBD, the in-kernel SMB3/CIFS server, for Apple Time Machine backups over SMB. This required reverse-engineering undocumented Apple 'AAPL' SMB2 extensions (Finder, stream, COPYCHUNK, sparse-file, CHANGE_NOTIFY, RPC compatibility), authored by Gael Blivet. Linux 7.3 KSMBD also gains SMB2 command sequence window support, SMB3 request replay support, per-share SMB3 encryption, and SMB Direct RDMA encryption. Separately, 33 SMB client fixes landed for 7.3, now maintained by Paulo Alcantara after Steve French's passing.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.phoronix.com/news/Linux-7.3-KSMBD>

## Questions this post answers

### Does the Linux kernel's KSMBD SMB server support Apple Time Machine backups?

Yes, as of Linux 7.3, KSMBD gains opt-in support for Apple Time Machine backups over SMB via backupd. This works by implementing Apple's undocumented 'AAPL' SMB2 extensions, including Finder, stream, COPYCHUNK, sparse-file, CHANGE_NOTIFY, and RPC compatibility bits, which were reverse-engineered from client/server behavior and authored by Gael Blivet. The feature is opt-in for now since the extensions aren't officially documented.

_Teams standardizing Linux file servers for Mac backups can track kernel SMB updates like this on daily.dev._

### What other SMB features are new in KSMBD for Linux 7.3?

Linux 7.3's KSMBD adds SMB2 command sequence window support, SMB3 request replay support, per-share SMB3 encryption support, and SMB Direct RDMA encryption support, alongside the new Apple Time Machine interoperability. These changes came through a kernel pull request covering multiple fixes and features for the in-kernel SMB3/CIFS server.

_Anyone tuning Linux SMB server security and performance can follow kernel-level changes like these on daily.dev._

### Who maintains the Linux SMB client code after Steve French's passing?

Paulo Alcantara abruptly took over as SMB client maintainer following the unexpected passing of longtime maintainer Steve French. For Linux 7.3, thirty-three client fixes were merged under his maintainership, with no major new feature changes queued up in that update.

_Developers relying on Linux SMB/CIFS client stability can keep tabs on maintainer and fix changes via daily.dev._

## Similar posts on daily.dev

- [KSMBD Adds SMB2 Compression Support In Linux 7.2](https://daily.dev/posts/ksmbd-adds-smb2-compression-support-in-linux-7-2-oggd3g258) · Phoronix · 0 upvotes · 0 comments
- [SMB3 & KSMBD See Performance Improvements With Linux 6.18](https://daily.dev/posts/smb3-ksmbd-see-performance-improvements-with-linux-6-18-tcjfn1zqj) · Phoronix · 0 upvotes · 0 comments

---

Tags: [#linux](https://daily.dev/tags/linux)

[View this post on daily.dev](https://daily.dev/posts/linux-7-3-ksmbd-adds-interoperability-for-apple-time-machine-backups-o5bqnye0p)
