Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Mar 2023 17:55:30 +0100
From:      freebsd@vanderzwan.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:  <E76B4ACA-06EE-4F33-ACC4-BB37BDE2F450@vanderzwan.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


> On 1 Mar 2023, at 05:28, Craig Leres <leres@freebsd.org> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E76B4ACA-06EE-4F33-ACC4-BB37BDE2F450>