Skip to content

sometimesfood/chef-timemachine-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Chef cookbook to turn a GNU/Linux box into a Time Machine server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages