- Сообщения
- 11 044
- Реакции
- 5 942
Продолжу тему Time Machine в 10.11. Оказывается, имеет место серьезный баг. ТМ не работает в автоматическом режиме на настольных компах, если к компу подключен через usb UPS. Рецепт:
I stumbled across the fix for reviving automatic backups and
keeping your USB UPS connected. In Terminal, enter the following:
Code:
sudo defaults write /Library/Preferences/com.apple.TimeMachine RequiresACPower -bool FALSE
Enter your administrator password when prompted, then reboot, and backups will resume.
This confirms that when the Mac is connected to a UPS, Time Machine improperly detects that the computer is on battery power.
This command also will allow backups to happen while the computer is
actually running on battery power so once the bug is officially fixed,
you'll probably want restore the default setting by entering the
following in Terminal:
Code:
sudo defaults delete /Library/Preferences/com.apple.TimeMachine RequiresACPower