mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-26 03:23:11 +00:00
Rejig Time Machine docs
This commit is contained in:
parent
2aa1d535ab
commit
2898ea9013
3 changed files with 7 additions and 5 deletions
|
@ -67,7 +67,7 @@ Ansible config and a bunch of Docker containers.
|
||||||
* [Tautulli](http://tautulli.com/) - Monitor Your Plex Media Server
|
* [Tautulli](http://tautulli.com/) - Monitor Your Plex Media Server
|
||||||
* [Telegraf](https://github.com/influxdata/telegraf) - Metrics collection agent
|
* [Telegraf](https://github.com/influxdata/telegraf) - Metrics collection agent
|
||||||
* [The Lounge](https://thelounge.chat) - Web based always-on IRC client
|
* [The Lounge](https://thelounge.chat) - Web based always-on IRC client
|
||||||
* [TimeMachine](https://github.com/awlx/samba-timemachine) - Samba-based mac backup server (see [upgrade note](https://davidstephens.uk/ansible-nas/upgrading/))
|
* [TimeMachine](https://github.com/awlx/samba-timemachine) - Samba-based mac backup server
|
||||||
* [Traefik](https://traefik.io/) - Web proxy and SSL certificate manager
|
* [Traefik](https://traefik.io/) - Web proxy and SSL certificate manager
|
||||||
* [Transmission](https://transmissionbt.com/) - BitTorrent client (with OpenVPN if you have a supported VPN provider)
|
* [Transmission](https://transmissionbt.com/) - BitTorrent client (with OpenVPN if you have a supported VPN provider)
|
||||||
* [Wallabag](https://wallabag.org/) - Save and classify articles. Read them later.
|
* [Wallabag](https://wallabag.org/) - Save and classify articles. Read them later.
|
||||||
|
|
|
@ -27,3 +27,7 @@ The Samba server included in the Time Machine docker container logs to `STDOUT`
|
||||||
<dt><strong>timemachine_password</strong></dt>
|
<dt><strong>timemachine_password</strong></dt>
|
||||||
<dd>The password used to access the share. Default is 'timemachine'</dd>
|
<dd>The password used to access the share. Default is 'timemachine'</dd>
|
||||||
<dl>
|
<dl>
|
||||||
|
|
||||||
|
## Upgrading from AFP to SMB-based Time Machine
|
||||||
|
|
||||||
|
Older versions of Time Machine included in Ansible-NAS relied on AFP (netatalk) shares. Apple has deprecated Time Machine over AFP in favor of SMB (Samba), and current versions of Ansible-NAS use a Samba-based Time Machine share. If you are upgrading from an older version of Ansible-NAS with the AFP-based Time Machine, you will need to re-select your Time Machine back up disk by opening Time Machine Preferences and Selecting your backup disk via the "Select Disk..." option. Your Mac will find the old backups on the share and use them.
|
|
@ -1,5 +1,3 @@
|
||||||
# Upgrading
|
# Upgrading
|
||||||
|
|
||||||
Pull the latest Ansible-NAS repo, merge any new config sections from `group_vars/all.yml.dist` into your `group_vars/all.yml`, then run the playbook.
|
Pull the latest Ansible-NAS repo, merge any new config sections from `group_vars/all.yml.dist` into your `group_vars/all.yml`, then run the playbook.
|
||||||
|
|
||||||
Older versions of Time Machine included in Ansible-NAS relied on AFP (netatalk) shares. Apple has deprecated Time Machine over AFP in favor of SMB (Samba), and current versions of Ansible-NAS use a Samba-based Time Machine share. If you are upgrading from an older version of Ansible-NAS with the AFP-based Time Machine, you will need to re-select your Time Machine back up disk by opening Time Machine Preferences and Selecting your backup disk via the "Select Disk..." option. Your Mac will find the old backups on the share and use them.
|
|
Loading…
Reference in a new issue