ansible-nas/docs/applications/timemachine.md
Jesse Goerz 6718687bcf Make consistent with existing style
- Update timemachine docs
- Update timemachine_data_directory
- Remove unnecesary mDNS port
- Use latest tag on image
2019-01-10 09:38:10 -05:00

1.1 KiB

Time Machine

Apple docs: https://support.apple.com/en-us/HT201250 Docker image: https://github.com/mbentley/docker-timemachine

Time Machine is an application that allows you to backup files from your Mac.

Usage

Set timemachine_enabled: true in your group_vars/all.yml file.

Specific Configuration

timemachine_data_directory
The absolute path on Ansible NAS where the backup files will be stored
timemachine_volume_size_limit
The maximum amount of space Time Machine can use for the backups in units of MiB. Set it to 0 for no limit.
timemachine_share_name
The name of the share as it will appear in the Time Machine application. Default is 'TimeMachine'
timemachine_password
The password used to access the share. Default is 'timemachine'
timemachine_log_level
The verbosity of the logs. 'Error' is the default.