Coder Social home page Coder Social logo

aamkye / timemachine_docker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from double16/timecapsule

1.0 0.0 0.0 28 KB

Docker container for providing a Time Capsule to Apple devices for Time Machine backup

License: Apache License 2.0

Shell 82.51% Dockerfile 17.49%

timemachine_docker's Introduction

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

timemachine_docker's People

Contributors

double16 avatar

Stargazers

 avatar

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.