Change README heading levels

This commit is contained in:
2020-02-23 15:54:51 +00:00
parent fc69adf59b
commit cf3cf6501b

View File

@ -2,15 +2,15 @@
This container runs a Time Machine server for remote backups of computers running macOS.
### Usage
## Usage
1. Create a `.env` file following the template provided in `.env.schema`.
2. Create a symbolic link called `data` pointing to your preferred backup location. Example command: `ln -s /media/TimeMachine data`.
3. Start the container with `docker-compose up -d`.
### Notes
## Notes
##### Auto discovery
#### Auto discovery
To enable auto discovery you need to use Avahi daemon. On Ubuntu you can install it by running `sudo apt install avahi-daemon avahi-utils`.
@ -20,7 +20,7 @@ To configure Avahi to broadcast Time Machine you can follow these instructions (
> - Copy the service description file from docker-timemachine/avahi/afpd.service to /etc/avahi/services/afpd.service
> - Restart Avahi's daemon: sudo /etc/init.d/avahi-daemon restart
##### Performance
#### Performance
macOS throttles Time Machine services to keep the OS more responsive, which can result in slower backups. You can disable this behavior with `sudo sysctl debug.lowpri_throttle_enabled=0`. This can be useful during the first backup, since it can involve transferring hundreds of gigabytes. After executing the command you should immediately notice higher disk and CPU usage and increased network activity. Time Machine's remaining time should also decrease drastically.