Time Machine backups to NAS fail
I've got the latest MBP with the M1 chip. I've set up Time Machine to back up to a NAS. It's already completed a back up. However all subsequent backups to the NAS keep failing - "Time Machine couldn't back up to "192.168.0.35". Any ideas on how to resolve this? This happened previously and I basically just disabled/enabled Time Machine however after the first backup, it appears as though Time Machine can't do another back up.
I set up Time Machine as per these instrucions. I created a Shared Folder titled TimeMachine on my NAS with its own account. I connect to it using Finder on my Mac - Go -> Connect to Server -> smb://TimeMachine:*@192.168.0.35 and enter the password for my user. I can see it mounted on my desktop.
I contacted Apple Support and their response was that they can't support backing up to NAS; they only support backing up to physical external hard drives. :/
Running this command in Terminal:
log show --style syslog --predicate 'senderImagePath contains[cd] "TimeMachine"' --info > tmlog.txt
Returns a bunch of errors including:
2022-01-09 02:47:30.622528+0000 localhost backupd[471]: (TimeMachine) [com.apple.TimeMachine:General] Failed to mount 'disk5s1', dissenter {
DAStatus = 49218;
}, status: (null)
2022-01-10 10:08:48.766060+0000 localhost backupd[471]: (TimeMachine) [com.apple.TimeMachine:General] Failed to eject disk4s2 using DiskManagement, error: {
Action = Eject;
Dissenter = 1;
DissenterPID = 0;
DissenterStatus = 49168;
Error = "-69691";
Target = disk4;
}
2022-01-10 10:14:46.618706+0000 localhost backupd[462]: (TimeMachine) [com.apple.TimeMachine:General] Backup failed (21: BACKUP_FAILED_DISK_IMAGE_NOT_MOUNTED)
A search on macrumors suggests this is a common issue. Any suggestions on how to resolve this?