Giter Club home page Giter Club logo

docker-timemachine's Introduction

mbentley/timemachine

docker image to run netatalk (compatible Time Machine for OS X) based off of debian:jessie

To pull this image: docker pull mbentley/timemachine

Example usage:

docker run -d --restart=always \
  --net=host \
  --name timemachine \
  -e PASSWORD="timemachine" \
  -e VOLUME_SIZE_LIMIT="0" \
  -e LOG_LEVEL="info" \
  -e MIMIC_MODEL="TimeCapsule6,106" \
  -e SHARE_NAME="TimeMachine" \
  -v /opt/timemachine:/opt/timemachine \
  -v timemachine-logs:/var/log/supervisor \
  mbentley/timemachine:latest

This works best with --net=host so that discovery can be broadcast. Otherwise, just expose port 548 (-p 548:548) and then you must manually map the drive for it to show up.

If you're using an external volume like in the example above, you will need to set the filesystem permissions on disk. By default, the timemachine user is 1000:1000.

Default credentials:

  • Username: timemachine
  • Password: timemachine

Optional variables:

  • PASSWORD - (default - timemachine) sets the password for the timemachine user
  • VOLUME_SIZE_LIMIT - (default - 0) sets the maximum size of the time machine backup
  • LOG_LEVEL - (default - info) sets the netatalk log level
  • MIMIC_MODEL - (default TimeCapsule6,106) sets the value of time machine to mimic
  • SHARE_NAME - (default TimeMachine) sets the name of the timemachine share to TimeMachine by default

Thanks for odarriba and arve0 for their examples to start from.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.