openwrt / openwrt/packages

samba4: TimeMachine does not work with MacOS >= Monterey

Open
#20,195 10 comments 0 reactions 1 assignee View on GitHub

@neheb is already working on this.

Since Dec 28, 2022.

Dominant language
Makefile
Stars
4.6k
Forks
4k
Avg merge
3d 12h
Merged PRs (30d)
134

Description

Maintainer: @Gingernut1978, @neheb
Environment: bcm2712, 21.02.3

Description:

With the following configuration for a time machine enabled shared:

config sambashare
        option guest_only 'yes'
        option name 'TimeMachine'
        option path '/mnt/backup/TimeMachine'
        option guest_ok 'yes'
        option read_only 'no'
        option timemachine '1'
        #option create_mask '0666'
        #option dir_mask '0777'
        option inherit_owner 'yes'

It is possible to use Time Machine from a client Mac device unless the MacOS version is greater than or equal to Monterey.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.