I had an issue where Time Machine wasn't backing up regularly in 10.11, but resolved it by toggling TM off and back on, and resetting the backup destination. It's been working fine since, and it works fine on several other computers I use, without intervention.Automatic (hourly) backups, which was broken in the release of 10.11, is not yet fixed in 10.11.1. I also cannot use TMEditor to do automatic backups. Manual backups work okay.
2012 MacPro. TM disk is external Firewire. all worked fine in 10.10.5
The issue is described in another thread and for some there is solution. If you have a UPS connected via USB (as on a APC Back-UPS 1500) disconnect the USB and reboot. The computer will then do automatic TM backups. Hopefully this will get fixed at some point in a . revision.
Automatically backs up on mine, so far, on 10.11.1.
However, the UI isn't working properly. Going into the TM UI from any other folder other than (~) will bounce me right back to (~). Does this happen to anyone else? It happened in Mavericks, but Yosemite fixed it. Now, it's back to Mavericks in terms of that behavior.
Actually, I meant ABOVE (~) - for example, can you please test it in the /Applications folder and report back?I just ran a test where I was several levels down from Home (~), entered TM, when back a week and restored a file that had been deleted. It worked fine.
DS
Actually, I meant ABOVE (~) - for example, can you please test it in the /Applications folder and report back?
That's not what is supposed to happen. The whole purpose of Time Machine (and this has worked that way in Yosemite, Mountain Lion, Lion, Snow Leopard, and Leopard) is to be able to take you back "in time" wherever you are browsing in Finder. So, if you're in the Applications folder and want to restore an app, you go back in time and restore the app. It's not supposed to 'bounce' you back to your (~) directory. This behavior did not exist on previous versions of OS X, with the exception of Mavericks. You can test this on Yosemite, if you'd like.You are correct. If you start outside of your home directory, it will move to the home directory. To me this makes sense because that is where you have write authorization. I was then able to navigate to /Applications and restore a file after supplying the name and password for the admin account.
DS
sudo defaults write /Library/Preferences/com.apple.TimeMachine RequiresACPower -bool FALSE
sudo defaults delete /Library/Preferences/com.apple.TimeMachine RequiresACPower
I stumbled across the fix for reviving automatic backups and keeping your USB UPS connected. In Terminal, enter the following:
Enter your administrator password when prompted, then reboot, and backups will resume.Code:sudo defaults write /Library/Preferences/com.apple.TimeMachine RequiresACPower -bool FALSE
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
The command line does the same thing as Time Machine Options, "Backup while on battery power".
DS
That may be so, but that option does not show for my system. Maybe it is an EC change.The command line does the same thing as Time Machine Options, "Backup while on battery power".
DS
Exactly, but that option only appears in the GUI on portable Macs.The command line does the same thing as Time Machine Options, "Backup while on battery power".
DS
Yes, that's what this thread has been discussing, except that in my case, as soon as I plugged in the UPS, backups stopped working. The fix I posted above allows me to have both the UPS plugged in and automatic backups to continue.Some on the Apple forums are reporting that backups aren't running if you have the UPS USB plugged in at startup. If you startup the Mac without it plugged in, and then plug it in afterwards, backups run.
-Kevin
Yes, that's what this thread has been discussing, except that in my case, as soon as I plugged in the UPS, backups stopped working. The fix I posted above allows me to have both the UPS plugged in and automatic backups to continue.
Or just use the fix I have in post #12 in this thread.Unplugging the cable has to be done with every reboot. Actually, you don't have to reboot, just restart the TM process, backupd-helper with the cable unplugged.
If I use the fix in #12, I'm afraid that I'll forget to restore the default when the bug is officially fixed, if I even notice when that happens.Or just use the fix I have in post #12 in this thread.