Skip to main content

SMB & Time Machine

SMB & Time Machine Services

Our network file sharing (SMB) is central to the Flora Family homelab, providing shared access for group projects, personal file storage, and macOS backups via Time Machine. This configuration is managed at /etc/samba/smb.conf.

Global Configuration

  • Workgroup: FloraFamily
  • Networking: Bound strictly to the private subnet 192.168.13.0/24 for security.
  • Authentication: Integrated with JumpCloud LDAP for centralized user and group management.
  • Protocol: Restricted to SMBv2 and SMBv3 for security and performance.

macOS Optimization (vfs_fruit)

Sharing files with Macs is optimized using the fruit VFS module. This allows Samba to behave like a native Mac server, supporting resource forks, extended attributes, and Finder specific icons (modeled as MacSamba).

Available Shares

General Purpose Shares

  • int13: Shared group storage for standard projects. Inherits permissions (0660/2770) for the int13 group.
  • flora: Main family share for shared documents and media. Restricted to the flora group.

Personal Shares

  • christopher & erin: Private personal folders mapped to individual home directories. Restricted to their respective owners.

Time Machine

  • timemachine: A dedicated macOS backup target located at /main/shares/timemachine. It uses the fruit:time machine = yes flag to identify itself to macOS as a valid backup disk. Restricted to members of the timemachine group.

Source Reference: The primary configuration for these services can be found on the server at /etc/samba/smb.conf.