Hello everyone,
what does a correct smb.conf look like so that I can work with it correctly as a macOS user? In particular, I'm also concerned with the fact that the automatic backup works when editing Numbers/Pages files. It would also be good to be able to store Times Machine backups on the Samba server. I use Debian 12 as the distribution here. Unfortunately, with my current configuration, a warning appears at regular intervals that this is not possible.
Here my smb.conf
what does a correct smb.conf look like so that I can work with it correctly as a macOS user? In particular, I'm also concerned with the fact that the automatic backup works when editing Numbers/Pages files. It would also be good to be able to store Times Machine backups on the Samba server. I use Debian 12 as the distribution here. Unfortunately, with my current configuration, a warning appears at regular intervals that this is not possible.
Here my smb.conf
Code:
[global]
vfs objects = catia fruit streams_xattr
fruit:aapl = yes
fruit:nfs_aces = no
fruit:copyfile = no
fruit:model = MacSamba
inherit permissions = yes
workgroup = WORKGROUP
multicast dns register = no
server string = %h server (Samba, Ubuntu)
client max protocol = default
client min protocol = SMB2_02
server max protocol = SMB3
server min protocol = SMB2_02
log file = /var/log/samba/log.%m
max log size = 1000
logging = file
panic action = /usr/share/samba/panic-action %d
[m9-Dokumente]
comment = Dokumente auf m9
path = /home/michael/Dokumente
valid users = migoelo
read only = no
browsable = yes
guest ok = no