Re: FreeBSD+samba as a time machine server for OSX/Ventura?
Date: Wed, 01 Mar 2023 16:29:26 UTC
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/