Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Mar 2023 11:29:26 -0500
From:      Dan Langille <dan@langille.org>
To:        Craig Leres <leres@freebsd.org>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: FreeBSD+samba as a time machine server for OSX/Ventura?
Message-ID:  <bfe08f2a-21e9-2a93-daa2-7bcc77ac53ac@langille.org>
In-Reply-To: <a2d69d35-52d1-e347-0430-eb491ddd69a2@freebsd.org>
References:  <a2d69d35-52d1-e347-0430-eb491ddd69a2@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Craig Leres wrote on 2/28/23 11:28 PM:
> In 2020 I was able to install the netatalk3 port and use a FreeBSD 
> system as a time machine server. In 2021 when I upgraded to Big Sur 
> appletalk was no longer supported so I switched to samba413.
>
> I've never managed to get this to work since upgrading to Ventura. 
> Does anybody have a config or wisdom they could share? I've appended 
> the config that worked with Big Sur.

I wrote/did this: 
https://dan.langille.org/2017/04/19/creating-an-apple-time-capsule-using-freebsd/

I'm using FreeBSD 13.1 and netatalk3-3.1.13_4,1

I'm pretty sure Samba is not involved. I might be wrong



>
>         Craig
>
> ; @(#) $Id: smb4.conf,v 1.3 2021/07/13 22:43:22 leres Exp $
>
> [global]
>     workgroup = XYZ
>     security = user
>     netbios name = red
>     server string = red.example.net
>     hostname lookups = no
>
>     interfaces = igb0 10.0.0.2/24
>     socket address = 10.0.0.2
>     bind interfaces only = no
>
>     load printers = no
>     show add printer wizard = no
>     time server = yes
>     use mmap = yes
>
>     dos charset = 850
>     unix charset = UTF-8
>     mangled names = no
>
>     log level = 3
>     vfs objects = zfsacl catia fruit streams_xattr
>
>     fruit:model = MacSamba
>     fruit:resource = file
>     fruit:metadata = netatalk
>     fruit:nfs_aces = no
>     fruit:aapl = yes
>
>     inherit permissions = yes
>
>     hosts allow = 10.0.0.19
>
> [Time Machine]
>     path = /backups/mini
>     read only = no
>     guest ok = no
>     writeable = yes
>     use sendfile = yes
>     browseable = yes
>     hosts allow = 10.0.0.19
>     fruit:time machine = yes
>     valid users = backup-mini
>

-- 
Dan Langille
dan@langille.org : https://langille.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bfe08f2a-21e9-2a93-daa2-7bcc77ac53ac>