Change README heading levels
This commit is contained in:
@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
This container runs a Time Machine server for remote backups of computers running macOS.
|
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`.
|
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`.
|
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`.
|
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`.
|
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
|
> - 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
|
> - 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.
|
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.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user