From nobody Wed Mar 01 16:55:30 2023 X-Original-To: freebsd-hackers@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4PRgNN2JVyz3v5YX for ; Wed, 1 Mar 2023 16:55:48 +0000 (UTC) (envelope-from freebsd@vanderzwan.org) Received: from mail2.paztec.nl (mail2.paztec.nl [IPv6:2001:1af8:4700:a116:1::42]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail2.paztec.nl", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4PRgNN0hchz3ws9; Wed, 1 Mar 2023 16:55:48 +0000 (UTC) (envelope-from freebsd@vanderzwan.org) Authentication-Results: mx1.freebsd.org; none X-Bogosity: Unsure, tests=bogofilter Received: from smtpclient.apple (2a02-a461-283f-4-d861-25ff-16eb-a6aa.fixed6.kpn.net [IPv6:2a02:a461:283f:4:d861:25ff:16eb:a6aa]) (authenticated bits=0) by mail2.paztec.nl (8.17.1/8.16.1) with ESMTPSA id 321GteqH014290 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 1 Mar 2023 17:55:45 +0100 (CET) (envelope-from freebsd@vanderzwan.org) X-Authentication-Warning: vps4.vanderzwan.org: Host 2a02-a461-283f-4-d861-25ff-16eb-a6aa.fixed6.kpn.net [IPv6:2a02:a461:283f:4:d861:25ff:16eb:a6aa] claimed to be smtpclient.apple Content-Type: text/plain; charset=us-ascii List-Id: Technical discussions relating to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-hackers List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-hackers@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.400.51.1.1\)) Subject: Re: FreeBSD+samba as a time machine server for OSX/Ventura? From: freebsd@vanderzwan.org In-Reply-To: Date: Wed, 1 Mar 2023 17:55:30 +0100 Cc: freebsd-hackers@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Craig Leres X-Mailer: Apple Mail (2.3731.400.51.1.1) X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=4.0.0 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on vps4.vanderzwan.org X-Rspamd-Queue-Id: 4PRgNN0hchz3ws9 X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:60781, ipnet:2001:1af8::/32, country:NL] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N > On 1 Mar 2023, at 05:28, Craig Leres wrote: >=20 > 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. >=20 > 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. >=20 Hi,=20 I am using FreeBSD + samba for timemachine for both my iMac and my = macbook: I have the following fruit entries in my global section: vfs objects =3D catia fruit streams_xattr zfsacl fruit:metadata =3D stream fruit:model =3D Tower fruit:aapl =3D yes fruit:resource =3D xattr fruit:encoding =3D native fruit:posix_rename =3D yes fruit:veto_appledouble =3D no fruit:wipe_intentionally_left_blank_rfork =3D yes fruit:delete_empty_adfiles =3D yes And this is one of the share definitions: [tmgaspode] read only =3D no fruit:time machine =3D yes fruit:volume_uuid =3D d94e5b6a-f0ed-4a10-91d8-b13cff558d19 nfs4:chown =3D true nfs4:acedup =3D merge mangled names =3D illegal path =3D /mnt/backuppool/TimeMachine/gaspode Regards, Paul > Craig >=20 > ; @(#) $Id: smb4.conf,v 1.3 2021/07/13 22:43:22 leres Exp $ >=20 > [global] > workgroup =3D XYZ > security =3D user > netbios name =3D red > server string =3D red.example.net > hostname lookups =3D no >=20 > interfaces =3D igb0 10.0.0.2/24 > socket address =3D 10.0.0.2 > bind interfaces only =3D no >=20 > load printers =3D no > show add printer wizard =3D no > time server =3D yes > use mmap =3D yes >=20 > dos charset =3D 850 > unix charset =3D UTF-8 > mangled names =3D no >=20 > log level =3D 3 > vfs objects =3D zfsacl catia fruit streams_xattr >=20 > fruit:model =3D MacSamba > fruit:resource =3D file > fruit:metadata =3D netatalk > fruit:nfs_aces =3D no > fruit:aapl =3D yes >=20 > inherit permissions =3D yes >=20 > hosts allow =3D 10.0.0.19 >=20 > [Time Machine] > path =3D /backups/mini > read only =3D no > guest ok =3D no > writeable =3D yes > use sendfile =3D yes > browseable =3D yes > hosts allow =3D 10.0.0.19 > fruit:time machine =3D yes > valid users =3D backup-mini >=20