macOS 10.15.4 (Catalina) can't connect to SMB Time Machine share

ObiTobi

Patron
Joined
Jul 12, 2013
Messages
316
Hi,

not with 11.3-U2.1, not with 11.3-U3.1. My macOS box says a few seconds later - this share does not exist.
I thought there was a Samba BUG which is fixed in the last release or is this forgotten?
 

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
Did you configure the Time Machine share with the fruit VFS object?
 

ObiTobi

Patron
Joined
Jul 12, 2013
Messages
316
Hi, thank you for your answer.

here is the share definition

Code:
[Time Machine]
        comment = Time Machine
        read only = no
        browseable = no
        hosts allow = myhack01, mymbp001
        fruit:locking = netatalk
        strict locking = auto
        streams_xattr:prefix = user.
        streams_xattr:store_stream_type = no
        vfs objects = fruit streams_xattr shadow_copy_zfs ixnas
        fruit:metadata = stream
        fruit:resource = stream
        fruit:time machine = yes
        fruit:volume_uuid = e7419611-d7b0-4a34-aa7a-017d14b6e9ac
        nfs4:chown = true
        nfs4:acedup = merge
        aio write size = 0
        mangled names = illegal
        ea support = false
        path = /mnt/zpool02/backup/OSX
 
Top