crazy-max/docker-samba

TimeMachine

SWSAmor opened this issue · 3 comments

Can I config TimeMachine share somehow?
Is there any equivalent of these lines in the yaml?

vfs objects = fruit streams_xattr
fruit:time machine = yes

It's already enabled by default:

vfs objects = fruit streams_xattr
fruit:metadata = stream
fruit:model = MacSamba
fruit:posix_rename = yes
fruit:veto_appledouble = no
fruit:wipe_intentionally_left_blank_rfork = yes
fruit:delete_empty_adfiles = yes
fruit:time machine = yes

Thank you the info.
Sadly not working for me. TM setup stuck in a reauth loop. I tried with a user and as a guest.
I saw this error in the Console:

Failed to connect to 'smb://norat._smb._tcp.local./TimeMachine', error: Error Domain=com.apple.TimeMachine.SettingsExtension Code=3 "The selected network backup disk does not support the required capabilities." UserInfo={NSLocalizedDescription=The selected network backup disk does not support the required capabilities., NSLocalizedRecoverySuggestion=Please make sure Time Machine capabilities are enabled on the server for this volume or choose a different network backup volume.}

Maybe the fruit:time machine = yes is not global but share level setting. At least I see that line in the share level in every example. But not sure.

Can you help me? Do you have a working config for TM?

@SWSAmor try connecting via the IP instead of the auto-discovered name. macOS samba implementation sucks