I have a strange issue and I am not sure which side it may be on. Setting up the tm share as described in the docs (doesn’t matter if dedicated user/share or auto dataset creation). TM starts to create a sparsebundle (something xxx.incomplete) and fails at the end in the process of renaming.
2025-11-23 21:30:22.301510+0100 0x380fd Error 0x10a32a 296 0 backupd: (TimeMachine) [com.apple.TimeMachine:DiskImages] Failed to rename ‘/Volumes/.timemachine/truenas._smb._tcp.local./121DC4FE-F07B-4D11-AE50-73D141C8BA32/timemachine/mini 2025-11-23-212722.incomplete’ to ‘/Volumes/.timemachine/truenas._smb._tcp.local./121DC4FE-F07B-4D11-AE50-73D141C8BA32/timemachine/mini.sparsebundle’, error: Error Domain=NSCocoaErrorDomain Code=513 ““mini 2025-11-23-212722.incomplete” couldn’t be moved because you don’t have permission to access “timemachine”.” UserInfo={NSSourceFilePathErrorKey=/Volumes/.timemachine/truenas._smb._tcp.local./121DC4FE-F07B-4D11-AE50-73D141C8BA32/timemachine/mini 2025-11-23-212722.incomplete, NSUserStringVariant=( Move ), NSDestinationFilePath=/Volumes/.timemachine/truenas._smb._tcp.local./121DC4FE-F07B-4D11-AE50-73D141C8BA32/timemachine/mini.sparsebundle, NSFilePath=/Volumes/.timemachine/truenas._smb._tcp.local./121DC4FE-F07B-4D11-AE50-73D141C8BA32/timemachine/mini 2025-11-23-212722.incomplete, NSURL=file:///Volumes/.timemachine/truenas._smb._tcp.local./121DC4FE-F07B-4D11-AE50-73D141C8BA32/timemachine/mini%202025-11-23-212722.incomplete, NSUnderlyingError=0xc85e248a0 {Error Domain=NSPOSIXErrorDomain Code=13 “Permission denied”}}
I checked the permissions and the ACLs but no luck. The backup to an older NAS works like a charm. I can’t really understand where the permission denied comes from. If I access the mounted share I can do anything I want from the command line.
Now I am wondering if I made a mistake setting up or its some bug combination and I better wait for updates?
This solved it for me. When you make a timemachine copy a disk image is created. The name of this image can contain special characters like äó and this is currently broken on osx.
You have to make a copy, let it fail, acces the SMB share, mount the image on disk utility, change the problematic characters, force to backup again.
For once it was a macOS Big, not me misconfiguring my shares! Lol
The actual disk image had special characters? mine is named “mini.incomplete” to be renamed to “mini.sparsebundle”, so I wonder where the special characters may be?
Trying to setup Time Machine backup from existing mac to a new Truenas server (version 25.10.0.1) but it fails on renaming from xxxx.incomplete to xxxxx.sparsebundle.
It seems that the TrueNAS people “cannot reproduce” this issue but I can clearly reproduce it.
Has anyone else had any luck fixing this issue? Or working around it to restore the Time Machine backup functionality? It works well on a system that I upgraded to the latest version, but not a freshly created system.
I managed to work around this issue by using rsync between the old host and the new one.
Then, Time Machine worked without a problem and I could back up to the new machine just fine.
I also have the same issue on the clean installed TrueNAS 25.10. Before clean installing, it works.
I tried to recreate data sets and SMB shares, but it didn’t work