mathiasbynens / mathiasbynens/dotfiles

Can't disable local time machine snapshots in (High) Sierra

Open
#842 6 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Shell
Stars
31.5k
Forks
8.4k
PR merge metrics
No merged PRs in 30d

Description

The option in .macos to disable local snapshots (time machine) is redundant, because tmutil does not have the option disablelocal anymore. As far as I know this applies to Sierra and High Sierra.

There is no substitute for this functionality, so the option should be deleted. All you can do is check if any local snapshot is stored (tmutil listlocalsnapshots /) and delete then one by one if necessary (tmutil deletelocalsnapshots [date]).

Contributor guide

No contributing guide indexed for this repository

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.

Research direction

Open the .macos file and search for the option that invokes tmutil disablelocal. Confirm the command is obsolete for Sierra and High Sierra using the issue details. Done means removing that option without adding a replacement; no test file is mentioned in the issue.

Written by the indexing model from the issue text.

Assessment

Tech stack
macos, shell
Domain
operating-systems
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.