Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MacOS: Time machine SMB parameter needed #127

Open
Suplanus opened this issue Jan 22, 2025 · 0 comments
Open

MacOS: Time machine SMB parameter needed #127

Suplanus opened this issue Jan 22, 2025 · 0 comments

Comments

@Suplanus
Copy link

I created a Samaba share, which also can be connected to in finder.
But MacOS Time Machine setting not seeing it in the settings pane.

I added this to the advanced config:

fruit:time machine = yes

Then it works. Should this parameter not included, if MacOS Share is true?

Here is my complete config:

[global]
	log file = /var/log/samba/log.%m
	logging = file
	map to guest = Bad User
	max log size = 1000
	obey pam restrictions = Yes
	pam password change = Yes
	panic action = /usr/share/samba/panic-action %d
	passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
	passwd program = /usr/bin/passwd %u
	registry shares = Yes
	server role = standalone server
	server string = %h server (Samba, Ubuntu)
	unix password sync = Yes
	usershare allow guests = Yes
	fruit:zero_file_id = yes
	fruit:metadata = stream
	fruit:nfs_aces = no
	fruit:encoding = native
	idmap config * : backend = tdb
	admin users = root
	vfs objects = catia fruit streams_xattr


[printers]
	browseable = No
	comment = All Printers
	create mask = 0700
	path = /var/tmp
	printable = Yes


[print$]
	comment = Printer Drivers
	path = /var/lib/samba/printers


[timemachine]
	inherit permissions = Yes
	map acl inherit = Yes
	path = /mnt/ext-01/timemachine
	read only = No
	vfs objects = catia fruit streams_xattr acl_xattr
	fruit:time machine = yes
	fruit:locking = none
	fruit:aapl = yes
	fruit:encoding = native
	fruit:nfs_aces = no
	fruit:zero_file_id = yes
	fruit:metadata = stream
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant