samba4: TimeMachine does not work with MacOS >= Monterey
Open
@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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.