Deploying a reliable backup solution for macOS devices is simple with this containerized Samba server. Designed specifically to mimic an Apple Time Capsule, it provides a seamless, network-attached storage experience for Apple's native backup utility. By leveraging the modern SMB protocol, it ensures stable and fast data transfers while remaining fully compatible with modern macOS environments.
Key benefits and features include:
amd64 and arm64 systems, including Raspberry Pi.services:
timemachine:
image: mbentley/timemachine:smb
container_name: timemachine
restart: unless-stopped
network_mode: host
environment:
- SMB_NAME=TimeMachine
- SMB_USERNAME=${SMB_USERNAME}
- SMB_PASSWORD=${SMB_PASSWORD}
- MIMIC_MODEL=TimeCapsule8,119
volumes:
- ./data:/opt/timemachineSMB_USERNAME=timemachine
SMB_PASSWORD=your_secure_passwordAuto-fetched about 18 hours ago
Auto-fetched about 18 hours ago