Version information
released Dec 23rd 2014
This version is compatible with:
Start using this module
Add this module to your Puppetfile:
mod 'nastechnology-tmutil', '1.0.0'
Learn more about managing modules with a PuppetfileDocumentation
nastechnology/tmutil — version 1.0.0 Dec 23rd 2014
#tmutil
##Overview The tmutil module allows you to manage Time Machine on remote hosts. Connect remote computers to your Time Machine server, using OS X Server and Time Machine Server.
##Usage Use it like this (Assumes:
class { 'tmutil':
user => 'TestUser',
password => 'P@ssword',
server => 'xserve.exammple.com',
share => 'TimeMachines',
}
If you would like to exclude something from a Time Machine backup:
tmutil::exclude { '/Applications': }
Support
Please log tickets and issues at our Projects site
Dependencies
- puppetlabs-stdlib (>= 1.0.0)