# Time Machine
Apple docs: [https://support.apple.com/en-us/HT201250](https://support.apple.com/en-us/HT201250)
Docker image: [https://github.com/mbentley/docker-timemachine](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.