Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 630 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 630 Bytes

chef-timemachine-server

chef-timemachine-server is a Chef cookbook that turns a GNU/Linux box into a full-fledged Time Machine server for OS X clients using Netatalk and Avahi.

Documentation

Just add timemachine-server to your runlist and define a Time Machine user and directory:

{
  "timemachine_server": {
    "timemachine_user_homedirs": {
      "timelord": "/mnt/timemachine"
    }
  },
  "run_list": [ "recipe[timemachine-server]" ]
}

Copyright

Copyright (c) 2012 Sebastian Boehm. See LICENSE for details.