Samba: Difference between revisions
IFreilicht (talk | contribs) Updated section on Time Machine |
IFreilicht (talk | contribs) Fix some oversights in time machine config after properly testing |
||
| Line 92: | Line 92: | ||
writeable = "yes"; | writeable = "yes"; | ||
"force user" = "username"; | "force user" = "username"; | ||
# | # Below are the most imporant for macOS compatibility | ||
# Change the above to suit your needs | |||
"fruit:aapl" = "yes"; | "fruit:aapl" = "yes"; | ||
"fruit:time machine" = "yes"; | "fruit:time machine" = "yes"; | ||
| Line 107: | Line 108: | ||
<!DOCTYPE service-group SYSTEM "avahi-service.dtd"> | <!DOCTYPE service-group SYSTEM "avahi-service.dtd"> | ||
<service-group> | <service-group> | ||
<name>%h</name> | <name replace-wildcards="yes">%h</name> | ||
<service> | <service> | ||
<type>_smb._tcp</type> | <type>_smb._tcp</type> | ||
| Line 115: | Line 116: | ||
<type>_device-info._tcp</type> | <type>_device-info._tcp</type> | ||
<port>0</port> | <port>0</port> | ||
<txt-record> | <txt-record>model=TimeCapsule8,119</txt-record> | ||
</service> | </service> | ||
<service> | <service> | ||
<type>_adisk._tcp</type> | <type>_adisk._tcp</type> | ||
<txt-record>dk0=adVN=tm_share</txt-record> | <txt-record>dk0=adVN=tm_share,adVF=0x82</txt-record> | ||
<txt-record>sys=waMa=0</txt-record> | <txt-record>sys=waMa=0,adVF=0x100</txt-record> | ||
</service> | </service> | ||
</service-group> | </service-group> | ||