frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: What Are You Working On? (July 2026)

52•david927•3h ago•136 comments

Ask HN: How do you use LLMs for private discussions?

5•emerongi•2h ago•8 comments

Let's talk about: LinkedIn ghost jobs

8•xvxvx•4h ago•5 comments

Anthropic extends Fable 5 access through July 19

3•dboreham•3h ago•1 comments

Ask HN: Would filesystem bookmarks be useful in your shell workflow?

3•manux81•4h ago•0 comments

Ask HN: Are systems ready for the first negative leap second?

80•Asmod4n•6d ago•92 comments

Ask HN: Has AI changed the quality of HN posts?

4•codingbuddy•5h ago•7 comments

AI and the Fall of Writing

2•Flundstrom2•6h ago•7 comments

Ask HN: Recommended technographic API?

3•Poomba•6h ago•3 comments

Ask HN: List of functional institutions fighting towards a free internet

2•ronfriedhaber•3h ago•0 comments

Whats the Hardest Challenges in AI?

3•debpalash•7h ago•2 comments

Ask HN: How do you review AI code?

4•wonderfuly•8h ago•2 comments

Ask HN: How do you use Vim in the era of AI?

47•rstagi•2d ago•87 comments

Ask HN: Why isn't Google indexing information about the AT Protocol?

47•iameli•1d ago•33 comments

An new try: C++ like program with the same characteristics as rust

2•juntz•9h ago•0 comments

Latest Debian 12 update opens MariaDB server to the internet

4•babuskov•10h ago•3 comments

How does a Dev's job look like in a few years?

9•korrak•15h ago•15 comments

Ask HN: Resources for non-web software architecture?

3•xqb64•12h ago•0 comments

Tell HN: Fable guardrails trigger on random questions

6•nocoder•18h ago•0 comments

Concerned about how companies will manage their cloud bill once agents dominate

2•abhijeet_gupte•8h ago•1 comments

Ask HN: Is anyone experimenting with different ways of using LLMs for coding?

212•yehiaabdelm•1w ago•206 comments

Tell HN: I De-Googled Myself

36•degoogled•2d ago•23 comments

Map of All Known Knowledge

7•Abhishek000001•1d ago•16 comments

Ask HN: My father died and I need to find my path

8•c4kar•1d ago•6 comments

Bring seamless PQC encryption into every messenger you already use

4•kvasilev•1d ago•0 comments

One Wikipedia page costs your AI agent 68,000 tokens

14•arhamislam5766•2d ago•8 comments

Ask HN: What was the last task where only a frontier model could do it?

24•thedebuglife•2d ago•29 comments

Bitemporal provenance in agent memory: What did we believe, when, and why

2•shanrizvi•1d ago•0 comments

Ask HN: Who is hiring? (July 2026)

246•whoishiring•1w ago•406 comments

Ask HN: HN frontpage feels boring now?

50•xeonmc•4d ago•37 comments
Open in hackernews

Ask HN: Can you exclude ~/Library except for your iCloud Drive in macOS backups?

2•amichail•1y ago
There seems to be no easy way to do this.

Comments

TowerTall•1y ago
No, if you exclude a folder its children will also be excluded. You could Exclude everything else in ~/Library but that means that you have to maintain a long list of exclusions; any new folder you or macOS adds later will start getting backed up until you exclude it.

You can also mark sub‑folders with the "do not backup" xattr

xattr -w com.apple.metadata:com_apple_backup_excludeItem com.apple.backupd ~/Library/Caches (Time Machine picks this up automatically).

or you can switch to Carbon Copy Cloner. It allows you to build positive include rules

solardev•1y ago
Can you exclude that folder but symlink the subfolder elsewhere and back that up instead?