docker-timemachine: macOS Big Sur finder hangs sometimes
I configured timemachine docker image on Ubuntu 20.04 VM (hyper-v) with 2Tb drive
timemachine:
image: mbentley/timemachine
container_name: timemachine
environment:
PASSWORD: P@ssw0rd
TM_USERNAME: timemachine
TM_GROUPNAME: timemachine
TM_UID: 1000
TM_GID: 1000
SHARE_NAME: "Time Machine"
volumes:
- /mnt/timecapsule1/macbookbackup:/opt/timemachine
network_mode: host
restart: always
Sometimes when I open Finder it hangs for 5-15 sec. It happens only when timemachine container works.
I suppose finder connects to network drive at this time.
When ‘Time Machine’ share appears in finder it become ok. Very annoying because I can’t use finder for those 15 second every time.
How can it be fixed?
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 15 (7 by maintainers)
Commits related to this issue
- Added zero_file_id; fixes #79 (see mention of zero_file_id on https://developer.apple.com/forums/thread/666293) Signed-off-by: Matt Bentley <mbentley@mbentley.net> — committed to mbentley/docker-timemachine by mbentley 3 years ago
- Merge pull request #108 from mbentley/add-zero-file-id Added zero_file_id; fixes #79 — committed to mbentley/docker-timemachine by mbentley 3 years ago
The issue come back. I found this in system.log