mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-16 16:58:07 +00:00
6718687bcf
- Update timemachine docs - Update timemachine_data_directory - Remove unnecesary mDNS port - Use latest tag on image
1.1 KiB
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.