Exactly the same here….. Same software, same types of drives.I have had no TM problems with Sequoia. I've used both TM and CCC with hard drive and SSD backups.
I have had no TM problems with Sequoia. I've used both TM and CCC with hard drive and SSD backups.
I normally run Time Machine backups manually so haven't run into the problems that are being described here but out of curiosity I decided to try your test. FindMy on the desktop, computer set to sleep and Time Machine backups to run every hour. As near as I can tell, Time Machine ran as expected with no errors displayed in System Settings. Running 15.6.1 on an M1 Studio Ultra.It just depends on what software you're running and how you are using the computer. It also depends on how observant you are; you simply might not be noticing that overnight TM backups are failing. Have you queried the logs to confirm there have been no errors?
Add the FindMy widget to your desktop. Then ensure that TM backups do run overnight while your computer is locked. I think that's a reliable way to trigger it. As soon as you unlock your computer, look for the error in the Time Machine section of System Settings. If you let a new backup run before you check, you won't be aware that a backup during the night failed.
I normally run Time Machine backups manually so haven't run into the problems that are being described here but out of curiosity I decided to try your test. FindMy on the desktop, computer set to sleep and Time Machine backups to run every hour. As near as I can tell, Time Machine ran as expected with no errors displayed in System Settings. Running 15.6.1 on an M1 Studio Ultra.
My backups didn’t happen every hour overnight as well. Would there be some way for me to check if there were any problem files in the snapshots? There weren’t any errors in Time Machine System Settings.I appreciate you running that test. When my computer is asleep, backups run less frequently than hourly. But, if you see evidence that the backup was made without error while the computer was asleep, then that's great information.
People who run manually will never have the issue. At the moment the TM backup starts, a disk snapshot is made. Certain files on that snapshot are inaccessible if the snapshot is made while the computer is locked.
My backups didn’t happen every hour overnight as well. Would there be some way for me to check if there were any problem files in the snapshots? There weren’t any errors in Time Machine System Settings.
log show --last 8h --predicate 'process=="backupd"' | grep "Failed to acquire"
Spoke too soon. Just got the error this morning with 15.6.This issue might be fixed in Sequoia 15.6. Since I upgraded, It has been working for several days for me without any workaround.
Yeah it was fixed for me, but now has resurfaced with 15.6. It seems to only do it when the computer display is asleep (my computer is set to never sleep). I close out the notification (and do nothing else) and subsequent backups are completed without any error.Spoke too soon. Just got the error this morning with 15.6.
Thanks for taking the time to help me with this. I let Time Machine run on Auto overnight and ran your script in Terminal before another backup was made. I don't know what's different between your setup and mine but I didn't get any errors. Thanks again for your help.Sorry I didn't respond sooner. Assuming the backups you care about ran in the past 8 hours, then in Terminal you can run.
Code:log show --last 8h --predicate 'process=="backupd"' | grep "Failed to acquire"
You could put any length of time. You'll probably get no output, which means you had no errors. Post #185 shows an example of output having the error.