Timecapsule

docker container for providing a Time Capsule to Apple devices for Time Machine backup
Alternatives To Timecapsule
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Syncthing Macos2,014
18 days ago18mitObjective-C
Official frugal and native macOS Syncthing application bundle
Imessage Exporter1,159
2 days ago7gpl-3.0Rust
Export MacOS iMessage data + run iMessage Diagnostics
Apple_cloud_notes_parser193
a month ago4mitRuby
Parser for Apple Notes data stored on the Cloud as seen on Apple handsets
Cronopete170
5 years ago7gpl-3.0Vala
An Apple's TimeMachine clone for Linux
Raspberrypi Timemachine161
5 years ago1mit
Apple Time Machine with raspberry Pi
Photosexporter134
2 months agomitSwift
Command line application to export and backup your macOS Photos Library
Twackup Rs24
3 months ago4gpl-3.0Rust
Safe and fast iOS utility for rebuilding DEB's and backing up packages
Sketchsfuifonts15
4 years ago
A backup of Sketch's San Francisco fonts ("SFUIDisplay", "SFUIText")
Apple Photos Export14
2 years agomitPython
An Apple Photos export script.
Useful Powerschool Links14
6 years ago1apache-2.0
An organized list of links that will help you learn PowerSchool
Alternatives To Timecapsule
Select To Compare


Alternative Project Comparisons
Readme

timecapsule CircleCI

Supports Apple Time Machine backup by using netatalk to look like a time capsule.

Features:

  • Use net="host" for Bonjour support
  • Volume /backup to store the backup, may use a volume or host mount
  • VOLPATH environment variable to override /backup for backup storage
  • Volume size limit defaults to 500000KB (~500GB), set using VOLSIZELIMIT environment variable in KB units
  • PUID and PGID to (optionally) set user and group

Authenticate to the Time Capsule volume using user timecapsule and password timecapsule. Due to the fixed password, do not expose this service to untrusted environments.

Example docker-compose.yml:

version: "2"

volumes:
  timecapsule:

services:
  timecapsule:
    image: pdouble16/timecapsule:3.1.11
    restart: always
    ports:
      - "548:548"
    environment:
      - VOLSIZELIMIT=1000000
    volumes:
      - timecapsule:/backup
Popular Backup Projects
Popular Apple Projects
Popular Data Storage Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Shell
Time
Backup
Apple
Volume
Docker Container